#FC490F

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

Shades of Orange Red #FC490F

Tints of Orange Red #FC490F

Color information

#FC490F (or 0xFC490F) is unknown color: approx Orange Red. HEX triplet: FC, 49 and 0F. RGB value is (252,73,15). Sum of RGB (Red+Green+Blue) = 252+73+15=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC490F is #03B6F0. Grayscale: #787878. Windows color (decimal): -243441 or 1001980. OLE color: 1001980.

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

Color convert

RGB2527315-
CMYK00.710.940.01
HSL14.68º97.53%52.35%-
HSV(B)14.68º94.05%98.82%-
XYZ42.6125.53.13-
YUV119.9168.8222.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.12%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=74.12%
G=21.47%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252731500.710.940.0114.6897.5352.35
HexFC49F0475E1f6234
Octal37411117010713611714264
Binary1111110010010011111010001111011110111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC490F; }

 p { color: rgb(252,73,15); }

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

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

 a { background-color: rgb(252,73,15); }

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

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

 span { border-color: rgb(252,73,15); }

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