#FC8C5E

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

Shades of Crusta #FC8C5E

Tints of Crusta #FC8C5E

Color information

#FC8C5E (or 0xFC8C5E) is unknown color: approx Crusta. HEX triplet: FC, 8C and 5E. RGB value is (252,140,94). Sum of RGB (Red+Green+Blue) = 252+140+94=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C5E is #0373A1. Grayscale: #A8A8A8. Windows color (decimal): -226210 or 6196476. OLE color: 6196476.

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

Color convert

RGB25214094-
CMYK00.440.630.01
HSL17.47º96.34%67.84%-
HSV(B)17.47º62.7%98.82%-
XYZ51.5440.2615.64-
YUV168.2486.11187.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=51.85%
G=28.81%
B=19.34%

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
Decimal2521409400.440.630.0117.4796.3467.84
HexFC8C5E02C3F1116044
Octal37421413605477121140104
Binary11111100100011001011110010110011111111000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C5E; }

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

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

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

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

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

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

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

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