Shades of Red Orange #FC481C
Tints of Red Orange #FC481C
RGB
CMYK
RGB Variations
Color information
#FC481C (or 0xFC481C) is known color: Red Orange. HEX triplet: FC, 48 and 1C. RGB value is (252,72,28). Sum of RGB (Red+Green+Blue) = 252+72+28=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC481C is #03B7E3. Grayscale: #797979. Windows color (decimal): -243684 or 1853692. OLE color: 1853692.
HSL color Cylindrical-coordinate representation of color #FC481C: hue angle of 11.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC481C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.01 |
| HSL | 11.79º | 0.97% | 0.55% | - |
| HSV(B) | 11.79º | 0.89% | 0.99% | - |
| XYZ | 42.67 | 25.41 | 3.75 | - |
| YUV | 120.8 | 75.63 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 28 | 0 | 0.71 | 0.89 | 0.01 | 11.79 | 0.97 | 0.55 |
| Hex | FC | 48 | 1C | 0 | 47 | 59 | 1 | C | 61 | 37 |
| Octal | 374 | 110 | 34 | 0 | 107 | 131 | 1 | 14 | 141 | 67 |
| Binary | 11111100 | 1001000 | 11100 | 0 | 1000111 | 1011001 | 1 | 1100 | 1100001 | 110111 |
Color Harmonies of #FC481C
Complementary color
Monochromatic Colors of #FC481C
Black with #FC481C
Text Example
Text Example
White with #FC481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC481C; }
p { color: rgb(252,72,28); }
H1.HeaderClassName
{
color: #FC481C;
}
.AnyTagClassName
{
color: #FC481C;
}
</style>
background-color css
<style>
a { background-color: #FC481C; }
a { background-color: rgb(252,72,28); }
div.DivClassName
{
background-color: #FC481C;
}
.BgClassName
{
background-color: #FC481C;
}
</style>
border-color css
<style>
span { border-color: #FC481C; }
span { border-color: rgb(252,72,28); }
td.TdClassName
{
border-color: #FC481C;
}
.TagClassName
{
border-color: #FC481C;
}
</style>