#FC894A

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

Shades of Crusta #FC894A

Tints of Crusta #FC894A

Color information

#FC894A (or 0xFC894A) is unknown color: approx Crusta. HEX triplet: FC, 89 and 4A. RGB value is (252,137,74). Sum of RGB (Red+Green+Blue) = 252+137+74=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC894A is #0376B5. Grayscale: #A4A4A4. Windows color (decimal): -226998 or 4884988. OLE color: 4884988.

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

Color convert

RGB25213774-
CMYK00.460.710.01
HSL21.24º96.74%63.92%-
HSV(B)21.24º70.63%98.82%-
XYZ50.3339.0811.37-
YUV164.277.1190.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.43%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=54.43%
G=29.59%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521377400.460.710.0121.2496.7463.92
HexFC894A02E471156140
Octal374211112056107125141100
Binary111111001000100110010100101110100011111010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC894A; }

 p { color: rgb(252,137,74); }

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

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

 a { background-color: rgb(252,137,74); }

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

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

 span { border-color: rgb(252,137,74); }

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