Shades of International Orange #FB5403
Tints of International Orange #FB5403
RGB
CMYK
RGB Variations
Color information
#FB5403 (or 0xFB5403) is known color: International Orange. HEX triplet: FB, 54 and 03. RGB value is (251,84,3). Sum of RGB (Red+Green+Blue) = 251+84+3=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5403 is #04ABFC. Grayscale: #7D7D7D. Windows color (decimal): -306173 or 218363. OLE color: 218363.
HSL color Cylindrical-coordinate representation of color #FB5403: hue angle of 19.6º 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 #FB5403 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.02 |
| HSL | 19.6º | 0.98% | 0.5% | - |
| HSV(B) | 19.6º | 0.99% | 0.98% | - |
| XYZ | 42.97 | 26.86 | 3.01 | - |
| YUV | 124.7 | 59.33 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 3 | 0 | 0.67 | 0.99 | 0.02 | 19.6 | 0.98 | 0.5 |
| Hex | FB | 54 | 3 | 0 | 43 | 63 | 2 | 14 | 62 | 32 |
| Octal | 373 | 124 | 3 | 0 | 103 | 143 | 2 | 24 | 142 | 62 |
| Binary | 11111011 | 1010100 | 11 | 0 | 1000011 | 1100011 | 10 | 10100 | 1100010 | 110010 |
Color Harmonies of #FB5403
Complementary color
Monochromatic Colors of #FB5403
Black with #FB5403
Text Example
Text Example
White with #FB5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5403; }
p { color: rgb(251,84,3); }
H1.HeaderClassName
{
color: #FB5403;
}
.AnyTagClassName
{
color: #FB5403;
}
</style>
background-color css
<style>
a { background-color: #FB5403; }
a { background-color: rgb(251,84,3); }
div.DivClassName
{
background-color: #FB5403;
}
.BgClassName
{
background-color: #FB5403;
}
</style>
border-color css
<style>
span { border-color: #FB5403; }
span { border-color: rgb(251,84,3); }
td.TdClassName
{
border-color: #FB5403;
}
.TagClassName
{
border-color: #FB5403;
}
</style>