Html Css Color HEX #FC510A International Orange
📋 copy color: '#FC510A'red 252 ◦ green 81 ◦ blue 10
Shades of International Orange #FC510A
Tints of International Orange #FC510A
RGB
CMYK
RGB Variations
Color information
#FC510A (or 0xFC510A) is known color: International Orange. HEX triplet: FC, 51 and 0A. RGB value is (252,81,10). Sum of RGB (Red+Green+Blue) = 252+81+10=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC510A is #03AEF5. Grayscale: #7C7C7C. Windows color (decimal): -241398 or 676348. OLE color: 676348.
HSL color Cylindrical-coordinate representation of color #FC510A: hue angle of 17.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC510A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.01 |
| HSL | 17.6º | 0.98% | 0.51% | - |
| HSV(B) | 17.6º | 0.96% | 0.99% | - |
| XYZ | 43.14 | 26.6 | 3.15 | - |
| YUV | 124.04 | 63.65 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 10 | 0 | 0.68 | 0.96 | 0.01 | 17.6 | 0.98 | 0.51 |
| Hex | FC | 51 | A | 0 | 44 | 60 | 1 | 12 | 62 | 33 |
| Octal | 374 | 121 | 12 | 0 | 104 | 140 | 1 | 22 | 142 | 63 |
| Binary | 11111100 | 1010001 | 1010 | 0 | 1000100 | 1100000 | 1 | 10010 | 1100010 | 110011 |
Color Harmonies of #FC510A
Complementary color
Monochromatic Colors of #FC510A
Black with #FC510A
Text Example
Text Example
White with #FC510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC510A; }
p { color: rgb(252,81,10); }
H1.HeaderClassName
{
color: #FC510A;
}
.AnyTagClassName
{
color: #FC510A;
}
</style>
background-color css
<style>
a { background-color: #FC510A; }
a { background-color: rgb(252,81,10); }
div.DivClassName
{
background-color: #FC510A;
}
.BgClassName
{
background-color: #FC510A;
}
</style>
border-color css
<style>
span { border-color: #FC510A; }
span { border-color: rgb(252,81,10); }
td.TdClassName
{
border-color: #FC510A;
}
.TagClassName
{
border-color: #FC510A;
}
</style>