Shades of International Orange #FB5000
Tints of International Orange #FB5000
RGB
CMYK
RGB Variations
Color information
#FB5000 (or 0xFB5000) is known color: International Orange. HEX triplet: FB, 50 and 00. RGB value is (251,80,0). Sum of RGB (Red+Green+Blue) = 251+80+0=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5000 is #04AFFF. Grayscale: #7A7A7A. Windows color (decimal): -307200 or 20731. OLE color: 20731.
HSL color Cylindrical-coordinate representation of color #FB5000: hue angle of 19.12º 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 #FB5000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.02 |
| HSL | 19.12º | 1% | 0.49% | - |
| HSV(B) | 19.12º | 1% | 0.98% | - |
| XYZ | 42.65 | 26.25 | 2.82 | - |
| YUV | 122.01 | 59.15 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 0 | 0 | 0.68 | 1 | 0.02 | 19.12 | 1 | 0.49 |
| Hex | FB | 50 | 0 | 0 | 44 | 64 | 2 | 13 | 64 | 31 |
| Octal | 373 | 120 | 0 | 0 | 104 | 144 | 2 | 23 | 144 | 61 |
| Binary | 11111011 | 1010000 | 0 | 0 | 1000100 | 1100100 | 10 | 10011 | 1100100 | 110001 |
Color Harmonies of #FB5000
Complementary color
Monochromatic Colors of #FB5000
Black with #FB5000
Text Example
Text Example
White with #FB5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5000; }
p { color: rgb(251,80,0); }
H1.HeaderClassName
{
color: #FB5000;
}
.AnyTagClassName
{
color: #FB5000;
}
</style>
background-color css
<style>
a { background-color: #FB5000; }
a { background-color: rgb(251,80,0); }
div.DivClassName
{
background-color: #FB5000;
}
.BgClassName
{
background-color: #FB5000;
}
</style>
border-color css
<style>
span { border-color: #FB5000; }
span { border-color: rgb(251,80,0); }
td.TdClassName
{
border-color: #FB5000;
}
.TagClassName
{
border-color: #FB5000;
}
</style>