#FC8D4E

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

Shades of Crusta #FC8D4E

Tints of Crusta #FC8D4E

Color information

#FC8D4E (or 0xFC8D4E) is unknown color: approx Crusta. HEX triplet: FC, 8D and 4E. RGB value is (252,141,78). Sum of RGB (Red+Green+Blue) = 252+141+78=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D4E is #0372B1. Grayscale: #A7A7A7. Windows color (decimal): -225970 or 5148156. OLE color: 5148156.

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

Color convert

RGB25214178-
CMYK00.440.690.01
HSL21.72º96.67%64.71%-
HSV(B)21.72º69.05%98.82%-
XYZ51.0440.312.3-
YUV167.0177.77188.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.50%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 78 (30.86% from 255) = 16.56%
R=53.50%
G=29.94%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521417800.440.690.0121.7296.6764.71
HexFC8D4E02C451166141
Octal374215116054105126141101
Binary111111001000110110011100101100100010111011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8D4E; }

 p { color: rgb(252,141,78); }

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

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

 a { background-color: rgb(252,141,78); }

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

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

 span { border-color: rgb(252,141,78); }

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