#FC6E5C

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

Shades of Bittersweet #FC6E5C

Tints of Bittersweet #FC6E5C

Color information

#FC6E5C (or 0xFC6E5C) is unknown color: approx Bittersweet. HEX triplet: FC, 6E and 5C. RGB value is (252,110,92). Sum of RGB (Red+Green+Blue) = 252+110+92=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E5C is #0391A3. Grayscale: #969696. Windows color (decimal): -233892 or 6057724. OLE color: 6057724.

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

Color convert

RGB25211092-
CMYK00.560.630.01
HSL6.75º96.39%67.45%-
HSV(B)6.75º63.49%98.82%-
XYZ47.6532.6213.91-
YUV150.4195.04200.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.51%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=55.51%
G=24.23%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521109200.560.630.016.7596.3967.45
HexFC6E5C0383F176043
Octal3741561340707717140103
Binary11111100110111010111000111000111111111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6E5C; }

 p { color: rgb(252,110,92); }

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

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

 a { background-color: rgb(252,110,92); }

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

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

 span { border-color: rgb(252,110,92); }

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