Html Css Color HEX #FC510E International Orange
📋 copy color: '#FC510E'red 252 ◦ green 81 ◦ blue 14
Shades of International Orange #FC510E
Tints of International Orange #FC510E
RGB
CMYK
RGB Variations
Color information
#FC510E (or 0xFC510E) is known color: International Orange. HEX triplet: FC, 51 and 0E. RGB value is (252,81,14). Sum of RGB (Red+Green+Blue) = 252+81+14=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC510E is #03AEF1. Grayscale: #7C7C7C. Windows color (decimal): -241394 or 938492. OLE color: 938492.
HSL color Cylindrical-coordinate representation of color #FC510E: hue angle of 16.89º 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 #FC510E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.01 |
| HSL | 16.89º | 0.98% | 0.52% | - |
| HSV(B) | 16.89º | 0.94% | 0.99% | - |
| XYZ | 43.17 | 26.61 | 3.28 | - |
| YUV | 124.49 | 65.65 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 14 | 0 | 0.68 | 0.94 | 0.01 | 16.89 | 0.98 | 0.52 |
| Hex | FC | 51 | E | 0 | 44 | 5E | 1 | 11 | 62 | 34 |
| Octal | 374 | 121 | 16 | 0 | 104 | 136 | 1 | 21 | 142 | 64 |
| Binary | 11111100 | 1010001 | 1110 | 0 | 1000100 | 1011110 | 1 | 10001 | 1100010 | 110100 |
Color Harmonies of #FC510E
Complementary color
Monochromatic Colors of #FC510E
Black with #FC510E
Text Example
Text Example
White with #FC510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC510E; }
p { color: rgb(252,81,14); }
H1.HeaderClassName
{
color: #FC510E;
}
.AnyTagClassName
{
color: #FC510E;
}
</style>
background-color css
<style>
a { background-color: #FC510E; }
a { background-color: rgb(252,81,14); }
div.DivClassName
{
background-color: #FC510E;
}
.BgClassName
{
background-color: #FC510E;
}
</style>
border-color css
<style>
span { border-color: #FC510E; }
span { border-color: rgb(252,81,14); }
td.TdClassName
{
border-color: #FC510E;
}
.TagClassName
{
border-color: #FC510E;
}
</style>