#FC8A4D

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

Shades of Crusta #FC8A4D

Tints of Crusta #FC8A4D

Color information

#FC8A4D (or 0xFC8A4D) is unknown color: approx Crusta. HEX triplet: FC, 8A and 4D. RGB value is (252,138,77). Sum of RGB (Red+Green+Blue) = 252+138+77=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A4D is #0375B2. Grayscale: #A5A5A5. Windows color (decimal): -226739 or 5081852. OLE color: 5081852.

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

Color convert

RGB25213877-
CMYK00.450.690.01
HSL20.91º96.69%64.51%-
HSV(B)20.91º69.44%98.82%-
XYZ50.5739.4111.96-
YUV165.1378.27189.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.96%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 77 (30.47% from 255) = 16.49%
R=53.96%
G=29.55%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521387700.450.690.0120.9196.6964.51
HexFC8A4D02D451156141
Octal374212115055105125141101
Binary111111001000101010011010101101100010111010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A4D; }

 p { color: rgb(252,138,77); }

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

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

 a { background-color: rgb(252,138,77); }

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

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

 span { border-color: rgb(252,138,77); }

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