Html Css Color HEX #FB520E International Orange
📋 copy color: '#FB520E'red 251 ◦ green 82 ◦ blue 14
Shades of International Orange #FB520E
Tints of International Orange #FB520E
RGB
CMYK
RGB Variations
Color information
#FB520E (or 0xFB520E) is known color: International Orange. HEX triplet: FB, 52 and 0E. RGB value is (251,82,14). Sum of RGB (Red+Green+Blue) = 251+82+14=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB520E is #04ADF1. Grayscale: #7D7D7D. Windows color (decimal): -306674 or 938747. OLE color: 938747.
HSL color Cylindrical-coordinate representation of color #FB520E: hue angle of 17.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB520E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.02 |
| HSL | 17.22º | 0.97% | 0.52% | - |
| HSV(B) | 17.22º | 0.94% | 0.98% | - |
| XYZ | 42.88 | 26.58 | 3.29 | - |
| YUV | 124.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 14 | 0 | 0.67 | 0.94 | 0.02 | 17.22 | 0.97 | 0.52 |
| Hex | FB | 52 | E | 0 | 43 | 5E | 2 | 11 | 61 | 34 |
| Octal | 373 | 122 | 16 | 0 | 103 | 136 | 2 | 21 | 141 | 64 |
| Binary | 11111011 | 1010010 | 1110 | 0 | 1000011 | 1011110 | 10 | 10001 | 1100001 | 110100 |
Color Harmonies of #FB520E
Complementary color
Monochromatic Colors of #FB520E
Black with #FB520E
Text Example
Text Example
White with #FB520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB520E; }
p { color: rgb(251,82,14); }
H1.HeaderClassName
{
color: #FB520E;
}
.AnyTagClassName
{
color: #FB520E;
}
</style>
background-color css
<style>
a { background-color: #FB520E; }
a { background-color: rgb(251,82,14); }
div.DivClassName
{
background-color: #FB520E;
}
.BgClassName
{
background-color: #FB520E;
}
</style>
border-color css
<style>
span { border-color: #FB520E; }
span { border-color: rgb(251,82,14); }
td.TdClassName
{
border-color: #FB520E;
}
.TagClassName
{
border-color: #FB520E;
}
</style>