Shades of International Orange #FC4E01
Tints of International Orange #FC4E01
RGB
CMYK
RGB Variations
Color information
#FC4E01 (or 0xFC4E01) is known color: International Orange. HEX triplet: FC, 4E and 01. RGB value is (252,78,1). Sum of RGB (Red+Green+Blue) = 252+78+1=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4E01 is #03B1FE. Grayscale: #797979. Windows color (decimal): -242175 or 85756. OLE color: 85756.
HSL color Cylindrical-coordinate representation of color #FC4E01: hue angle of 18.41º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4E01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.01 |
| HSL | 18.41º | 0.99% | 0.5% | - |
| HSV(B) | 18.41º | 1% | 0.99% | - |
| XYZ | 42.87 | 26.15 | 2.82 | - |
| YUV | 121.25 | 60.15 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 1 | 0 | 0.69 | 1.00 | 0.01 | 18.41 | 0.99 | 0.5 |
| Hex | FC | 4E | 1 | 0 | 45 | 64 | 1 | 12 | 63 | 32 |
| Octal | 374 | 116 | 1 | 0 | 105 | 144 | 1 | 22 | 143 | 62 |
| Binary | 11111100 | 1001110 | 1 | 0 | 1000101 | 1100100 | 1 | 10010 | 1100011 | 110010 |
Color Harmonies of #FC4E01
Complementary color
Monochromatic Colors of #FC4E01
Black with #FC4E01
Text Example
Text Example
White with #FC4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E01; }
p { color: rgb(252,78,1); }
H1.HeaderClassName
{
color: #FC4E01;
}
.AnyTagClassName
{
color: #FC4E01;
}
</style>
background-color css
<style>
a { background-color: #FC4E01; }
a { background-color: rgb(252,78,1); }
div.DivClassName
{
background-color: #FC4E01;
}
.BgClassName
{
background-color: #FC4E01;
}
</style>
border-color css
<style>
span { border-color: #FC4E01; }
span { border-color: rgb(252,78,1); }
td.TdClassName
{
border-color: #FC4E01;
}
.TagClassName
{
border-color: #FC4E01;
}
</style>