#fc7054

Color #FC7054 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FC7054

Tints of Bittersweet #FC7054

Color information

#FC7054 (or 0xFC7054) is unknown color: approx Bittersweet. HEX triplet: FC, 70 and 54. RGB value is (252,112,84). Sum of RGB (Red+Green+Blue) = 252+112+84=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7054 is #038FAB. Grayscale: #969696. Windows color (decimal): -233388 or 5533948. OLE color: 5533948.

HSL color Cylindrical-coordinate representation of color #FC7054: hue angle of 10º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC7054 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25211284-
CMYK00.560.670.01
HSL10º96.55%65.88%-
HSV(B)10º66.67%98.82%-
XYZ47.5432.9212.24-
YUV150.6790.38200.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521128400.560.670.011096.5565.88
HexFC7054038431a6142
Octal374160124070103112141102
Binary1111110011100001010100011100010000111101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc7054; }

 p { color: rgb(252,112,84); }

 H1.HeaderClassName
 {
   color: #fc7054;
 }
 .AnyTagClassName
 {
   color: #fc7054;
 }
</style>
background-color css

<style>
 a { background-color: #fc7054; }

 a { background-color: rgb(252,112,84); }

 div.DivClassName
 {
   background-color: #fc7054;
 }
 .BgClassName
 {
   background-color: #fc7054;
 }
</style>
border-color css

<style>
 span { border-color: #fc7054; }

 span { border-color: rgb(252,112,84); }

 td.TdClassName
 {
   border-color: #fc7054;
 }
 .TagClassName
 {
   border-color: #fc7054;
 }
</style>