Shades of International Orange #FB5302
Tints of International Orange #FB5302
RGB
CMYK
RGB Variations
Color information
#FB5302 (or 0xFB5302) is known color: International Orange. HEX triplet: FB, 53 and 02. RGB value is (251,83,2). Sum of RGB (Red+Green+Blue) = 251+83+2=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5302 is #04ACFD. Grayscale: #7C7C7C. Windows color (decimal): -306430 or 152571. OLE color: 152571.
HSL color Cylindrical-coordinate representation of color #FB5302: hue angle of 19.52º 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 #FB5302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.02 |
| HSL | 19.52º | 0.98% | 0.5% | - |
| HSV(B) | 19.52º | 0.99% | 0.98% | - |
| XYZ | 42.89 | 26.7 | 2.95 | - |
| YUV | 124 | 59.16 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 2 | 0 | 0.67 | 0.99 | 0.02 | 19.52 | 0.98 | 0.5 |
| Hex | FB | 53 | 2 | 0 | 43 | 63 | 2 | 14 | 62 | 32 |
| Octal | 373 | 123 | 2 | 0 | 103 | 143 | 2 | 24 | 142 | 62 |
| Binary | 11111011 | 1010011 | 10 | 0 | 1000011 | 1100011 | 10 | 10100 | 1100010 | 110010 |
Color Harmonies of #FB5302
Complementary color
Monochromatic Colors of #FB5302
Black with #FB5302
Text Example
Text Example
White with #FB5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5302; }
p { color: rgb(251,83,2); }
H1.HeaderClassName
{
color: #FB5302;
}
.AnyTagClassName
{
color: #FB5302;
}
</style>
background-color css
<style>
a { background-color: #FB5302; }
a { background-color: rgb(251,83,2); }
div.DivClassName
{
background-color: #FB5302;
}
.BgClassName
{
background-color: #FB5302;
}
</style>
border-color css
<style>
span { border-color: #FB5302; }
span { border-color: rgb(251,83,2); }
td.TdClassName
{
border-color: #FB5302;
}
.TagClassName
{
border-color: #FB5302;
}
</style>