#FC6555

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

Shades of Bittersweet #FC6555

Tints of Bittersweet #FC6555

Color information

#FC6555 (or 0xFC6555) is unknown color: approx Bittersweet. HEX triplet: FC, 65 and 55. RGB value is (252,101,85). Sum of RGB (Red+Green+Blue) = 252+101+85=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6555 is #039AAA. Grayscale: #909090. Windows color (decimal): -236203 or 5596668. OLE color: 5596668.

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

Color convert

RGB25210185-
CMYK00.600.660.01
HSL5.75º96.53%66.08%-
HSV(B)5.75º66.27%98.82%-
XYZ46.4430.6612.06-
YUV144.3294.53204.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.53%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 85 (33.59% from 255) = 19.41%
R=57.53%
G=23.06%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521018500.600.660.015.7596.5366.08
HexFC655503C42166142
Octal37414512507410216141102
Binary111111001100101101010101111001000010111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6555; }

 p { color: rgb(252,101,85); }

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

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

 a { background-color: rgb(252,101,85); }

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

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

 span { border-color: rgb(252,101,85); }

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