#FC8C53

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

Shades of Crusta #FC8C53

Tints of Crusta #FC8C53

Color information

#FC8C53 (or 0xFC8C53) is unknown color: approx Crusta. HEX triplet: FC, 8C and 53. RGB value is (252,140,83). Sum of RGB (Red+Green+Blue) = 252+140+83=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C53 is #0373AC. Grayscale: #A7A7A7. Windows color (decimal): -226221 or 5475580. OLE color: 5475580.

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

Color convert

RGB25214083-
CMYK00.440.670.01
HSL20.24º96.57%65.69%-
HSV(B)20.24º67.06%98.82%-
XYZ51.0840.0813.23-
YUV166.9980.61188.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 83 (32.81% from 255) = 17.47%
R=53.05%
G=29.47%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521408300.440.670.0120.2496.5765.69
HexFC8C5302C431146142
Octal374214123054103124141102
Binary111111001000110010100110101100100001111010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C53; }

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

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

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

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

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

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

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

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