#FC8C5D

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

Shades of Crusta #FC8C5D

Tints of Crusta #FC8C5D

Color information

#FC8C5D (or 0xFC8C5D) is unknown color: approx Crusta. HEX triplet: FC, 8C and 5D. RGB value is (252,140,93). Sum of RGB (Red+Green+Blue) = 252+140+93=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C5D is #0373A2. Grayscale: #A8A8A8. Windows color (decimal): -226211 or 6130940. OLE color: 6130940.

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

Color convert

RGB25214093-
CMYK00.440.630.01
HSL17.74º96.36%67.65%-
HSV(B)17.74º63.1%98.82%-
XYZ51.540.2415.41-
YUV168.1385.61187.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=51.96%
G=28.87%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521409300.440.630.0117.7496.3667.65
HexFC8C5D02C3F1126044
Octal37421413505477122140104
Binary11111100100011001011101010110011111111001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C5D; }

 p { color: rgb(252,140,93); }

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

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

 a { background-color: rgb(252,140,93); }

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

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

 span { border-color: rgb(252,140,93); }

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