Shades of International Orange #FB5700
Tints of International Orange #FB5700
RGB
CMYK
RGB Variations
Color information
#FB5700 (or 0xFB5700) is known color: International Orange. HEX triplet: FB, 57 and 00. RGB value is (251,87,0). Sum of RGB (Red+Green+Blue) = 251+87+0=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5700 is #04A8FF. Grayscale: #7E7E7E. Windows color (decimal): -305408 or 22523. OLE color: 22523.
HSL color Cylindrical-coordinate representation of color #FB5700: hue angle of 20.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB5700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.02 |
| HSL | 20.8º | 1% | 0.49% | - |
| HSV(B) | 20.8º | 1% | 0.98% | - |
| XYZ | 43.19 | 27.33 | 3 | - |
| YUV | 126.12 | 56.83 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 0 | 0 | 0.65 | 1 | 0.02 | 20.8 | 1 | 0.49 |
| Hex | FB | 57 | 0 | 0 | 41 | 64 | 2 | 15 | 64 | 31 |
| Octal | 373 | 127 | 0 | 0 | 101 | 144 | 2 | 25 | 144 | 61 |
| Binary | 11111011 | 1010111 | 0 | 0 | 1000001 | 1100100 | 10 | 10101 | 1100100 | 110001 |
Color Harmonies of #FB5700
Complementary color
Monochromatic Colors of #FB5700
Black with #FB5700
Text Example
Text Example
White with #FB5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5700; }
p { color: rgb(251,87,0); }
H1.HeaderClassName
{
color: #FB5700;
}
.AnyTagClassName
{
color: #FB5700;
}
</style>
background-color css
<style>
a { background-color: #FB5700; }
a { background-color: rgb(251,87,0); }
div.DivClassName
{
background-color: #FB5700;
}
.BgClassName
{
background-color: #FB5700;
}
</style>
border-color css
<style>
span { border-color: #FB5700; }
span { border-color: rgb(251,87,0); }
td.TdClassName
{
border-color: #FB5700;
}
.TagClassName
{
border-color: #FB5700;
}
</style>