Shades of International Orange #FB5002
Tints of International Orange #FB5002
RGB
CMYK
RGB Variations
Color information
#FB5002 (or 0xFB5002) is known color: International Orange. HEX triplet: FB, 50 and 02. RGB value is (251,80,2). Sum of RGB (Red+Green+Blue) = 251+80+2=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5002 is #04AFFD. Grayscale: #7A7A7A. Windows color (decimal): -307198 or 151803. OLE color: 151803.
HSL color Cylindrical-coordinate representation of color #FB5002: hue angle of 18.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB5002 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.02 |
| HSL | 18.8º | 0.98% | 0.5% | - |
| HSV(B) | 18.8º | 0.99% | 0.98% | - |
| XYZ | 42.66 | 26.25 | 2.88 | - |
| YUV | 122.24 | 60.15 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 2 | 0 | 0.68 | 0.99 | 0.02 | 18.8 | 0.98 | 0.5 |
| Hex | FB | 50 | 2 | 0 | 44 | 63 | 2 | 13 | 62 | 32 |
| Octal | 373 | 120 | 2 | 0 | 104 | 143 | 2 | 23 | 142 | 62 |
| Binary | 11111011 | 1010000 | 10 | 0 | 1000100 | 1100011 | 10 | 10011 | 1100010 | 110010 |
Color Harmonies of #FB5002
Complementary color
Monochromatic Colors of #FB5002
Black with #FB5002
Text Example
Text Example
White with #FB5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5002; }
p { color: rgb(251,80,2); }
H1.HeaderClassName
{
color: #FB5002;
}
.AnyTagClassName
{
color: #FB5002;
}
</style>
background-color css
<style>
a { background-color: #FB5002; }
a { background-color: rgb(251,80,2); }
div.DivClassName
{
background-color: #FB5002;
}
.BgClassName
{
background-color: #FB5002;
}
</style>
border-color css
<style>
span { border-color: #FB5002; }
span { border-color: rgb(251,80,2); }
td.TdClassName
{
border-color: #FB5002;
}
.TagClassName
{
border-color: #FB5002;
}
</style>