Shades of International Orange #FB5501
Tints of International Orange #FB5501
RGB
CMYK
RGB Variations
Color information
#FB5501 (or 0xFB5501) is known color: International Orange. HEX triplet: FB, 55 and 01. RGB value is (251,85,1). Sum of RGB (Red+Green+Blue) = 251+85+1=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5501 is #04AAFE. Grayscale: #7D7D7D. Windows color (decimal): -305919 or 87547. OLE color: 87547.
HSL color Cylindrical-coordinate representation of color #FB5501: hue angle of 20.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB5501 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.02 |
| HSL | 20.16º | 0.99% | 0.49% | - |
| HSV(B) | 20.16º | 1% | 0.98% | - |
| XYZ | 43.04 | 27.01 | 2.97 | - |
| YUV | 125.06 | 58 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 1 | 0 | 0.66 | 1.00 | 0.02 | 20.16 | 0.99 | 0.49 |
| Hex | FB | 55 | 1 | 0 | 42 | 64 | 2 | 14 | 63 | 31 |
| Octal | 373 | 125 | 1 | 0 | 102 | 144 | 2 | 24 | 143 | 61 |
| Binary | 11111011 | 1010101 | 1 | 0 | 1000010 | 1100100 | 10 | 10100 | 1100011 | 110001 |
Color Harmonies of #FB5501
Complementary color
Monochromatic Colors of #FB5501
Black with #FB5501
Text Example
Text Example
White with #FB5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5501; }
p { color: rgb(251,85,1); }
H1.HeaderClassName
{
color: #FB5501;
}
.AnyTagClassName
{
color: #FB5501;
}
</style>
background-color css
<style>
a { background-color: #FB5501; }
a { background-color: rgb(251,85,1); }
div.DivClassName
{
background-color: #FB5501;
}
.BgClassName
{
background-color: #FB5501;
}
</style>
border-color css
<style>
span { border-color: #FB5501; }
span { border-color: rgb(251,85,1); }
td.TdClassName
{
border-color: #FB5501;
}
.TagClassName
{
border-color: #FB5501;
}
</style>