#FC8856

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

Shades of Crusta #FC8856

Tints of Crusta #FC8856

Color information

#FC8856 (or 0xFC8856) is unknown color: approx Crusta. HEX triplet: FC, 88 and 56. RGB value is (252,136,86). Sum of RGB (Red+Green+Blue) = 252+136+86=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8856 is #0377A9. Grayscale: #A5A5A5. Windows color (decimal): -227242 or 5671164. OLE color: 5671164.

HSL color Cylindrical-coordinate representation of color #FC8856: hue angle of 18.07º 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 #FC8856 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB25213686-
CMYK00.460.660.01
HSL18.07º96.51%66.27%-
HSV(B)18.07º65.87%98.82%-
XYZ50.6338.9813.66-
YUV164.9883.43190.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.16%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=53.16%
G=28.69%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521368600.460.660.0118.0796.5166.27
HexFC885602E421126142
Octal374210126056102122141102
Binary111111001000100010101100101110100001011001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8856; }

 p { color: rgb(252,136,86); }

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

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

 a { background-color: rgb(252,136,86); }

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

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

 span { border-color: rgb(252,136,86); }

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