Html Css Color HEX #FC520B International Orange
📋 copy color: '#FC520B'red 252 ◦ green 82 ◦ blue 11
Shades of International Orange #FC520B
Tints of International Orange #FC520B
RGB
CMYK
RGB Variations
Color information
#FC520B (or 0xFC520B) is known color: International Orange. HEX triplet: FC, 52 and 0B. RGB value is (252,82,11). Sum of RGB (Red+Green+Blue) = 252+82+11=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC520B is #03ADF4. Grayscale: #7D7D7D. Windows color (decimal): -241141 or 742140. OLE color: 742140.
HSL color Cylindrical-coordinate representation of color #FC520B: hue angle of 17.68º 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 #FC520B is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 11 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.01 |
| HSL | 17.68º | 0.98% | 0.52% | - |
| HSV(B) | 17.68º | 0.96% | 0.99% | - |
| XYZ | 43.22 | 26.75 | 3.2 | - |
| YUV | 124.74 | 63.82 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 11 | 0 | 0.67 | 0.96 | 0.01 | 17.68 | 0.98 | 0.52 |
| Hex | FC | 52 | B | 0 | 43 | 60 | 1 | 12 | 62 | 34 |
| Octal | 374 | 122 | 13 | 0 | 103 | 140 | 1 | 22 | 142 | 64 |
| Binary | 11111100 | 1010010 | 1011 | 0 | 1000011 | 1100000 | 1 | 10010 | 1100010 | 110100 |
Color Harmonies of #FC520B
Complementary color
Monochromatic Colors of #FC520B
Black with #FC520B
Text Example
Text Example
White with #FC520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC520B; }
p { color: rgb(252,82,11); }
H1.HeaderClassName
{
color: #FC520B;
}
.AnyTagClassName
{
color: #FC520B;
}
</style>
background-color css
<style>
a { background-color: #FC520B; }
a { background-color: rgb(252,82,11); }
div.DivClassName
{
background-color: #FC520B;
}
.BgClassName
{
background-color: #FC520B;
}
</style>
border-color css
<style>
span { border-color: #FC520B; }
span { border-color: rgb(252,82,11); }
td.TdClassName
{
border-color: #FC520B;
}
.TagClassName
{
border-color: #FC520B;
}
</style>