#FC480F

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

Shades of Orange Red #FC480F

Tints of Orange Red #FC480F

Color information

#FC480F (or 0xFC480F) is unknown color: approx Orange Red. HEX triplet: FC, 48 and 0F. RGB value is (252,72,15). Sum of RGB (Red+Green+Blue) = 252+72+15=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC480F is #03B7F0. Grayscale: #777777. Windows color (decimal): -243697 or 1001724. OLE color: 1001724.

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

Color convert

RGB2527215-
CMYK00.710.940.01
HSL14.43º97.53%52.35%-
HSV(B)14.43º94.05%98.82%-
XYZ42.5525.363.11-
YUV119.3269.13222.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.34%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=74.34%
G=21.24%
B=4.42%

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
Decimal252721500.710.940.0114.4397.5352.35
HexFC48F0475E1e6234
Octal37411017010713611614264
Binary1111110010010001111010001111011110111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC480F; }

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

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

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

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

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

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

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

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