Html Css Color HEX #FC510B International Orange
📋 copy color: '#FC510B'red 252 ◦ green 81 ◦ blue 11
Shades of International Orange #FC510B
Tints of International Orange #FC510B
RGB
CMYK
RGB Variations
Color information
#FC510B (or 0xFC510B) is known color: International Orange. HEX triplet: FC, 51 and 0B. RGB value is (252,81,11). Sum of RGB (Red+Green+Blue) = 252+81+11=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC510B is #03AEF4. Grayscale: #7C7C7C. Windows color (decimal): -241397 or 741884. OLE color: 741884.
HSL color Cylindrical-coordinate representation of color #FC510B: hue angle of 17.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC510B is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 11 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.01 |
| HSL | 17.43º | 0.98% | 0.52% | - |
| HSV(B) | 17.43º | 0.96% | 0.99% | - |
| XYZ | 43.15 | 26.6 | 3.18 | - |
| YUV | 124.15 | 64.15 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 11 | 0 | 0.68 | 0.96 | 0.01 | 17.43 | 0.98 | 0.52 |
| Hex | FC | 51 | B | 0 | 44 | 60 | 1 | 11 | 62 | 34 |
| Octal | 374 | 121 | 13 | 0 | 104 | 140 | 1 | 21 | 142 | 64 |
| Binary | 11111100 | 1010001 | 1011 | 0 | 1000100 | 1100000 | 1 | 10001 | 1100010 | 110100 |
Color Harmonies of #FC510B
Complementary color
Monochromatic Colors of #FC510B
Black with #FC510B
Text Example
Text Example
White with #FC510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC510B; }
p { color: rgb(252,81,11); }
H1.HeaderClassName
{
color: #FC510B;
}
.AnyTagClassName
{
color: #FC510B;
}
</style>
background-color css
<style>
a { background-color: #FC510B; }
a { background-color: rgb(252,81,11); }
div.DivClassName
{
background-color: #FC510B;
}
.BgClassName
{
background-color: #FC510B;
}
</style>
border-color css
<style>
span { border-color: #FC510B; }
span { border-color: rgb(252,81,11); }
td.TdClassName
{
border-color: #FC510B;
}
.TagClassName
{
border-color: #FC510B;
}
</style>