Shades of International Orange #FB5300
Tints of International Orange #FB5300
RGB
CMYK
RGB Variations
Color information
#FB5300 (or 0xFB5300) is known color: International Orange. HEX triplet: FB, 53 and 00. RGB value is (251,83,0). Sum of RGB (Red+Green+Blue) = 251+83+0=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5300 is #04ACFF. Grayscale: #7C7C7C. Windows color (decimal): -306432 or 21499. OLE color: 21499.
HSL color Cylindrical-coordinate representation of color #FB5300: hue angle of 19.84º 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 #FB5300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.02 |
| HSL | 19.84º | 1% | 0.49% | - |
| HSV(B) | 19.84º | 1% | 0.98% | - |
| XYZ | 42.88 | 26.7 | 2.89 | - |
| YUV | 123.77 | 58.16 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 0 | 0 | 0.67 | 1 | 0.02 | 19.84 | 1 | 0.49 |
| Hex | FB | 53 | 0 | 0 | 43 | 64 | 2 | 14 | 64 | 31 |
| Octal | 373 | 123 | 0 | 0 | 103 | 144 | 2 | 24 | 144 | 61 |
| Binary | 11111011 | 1010011 | 0 | 0 | 1000011 | 1100100 | 10 | 10100 | 1100100 | 110001 |
Color Harmonies of #FB5300
Complementary color
Monochromatic Colors of #FB5300
Black with #FB5300
Text Example
Text Example
White with #FB5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5300; }
p { color: rgb(251,83,0); }
H1.HeaderClassName
{
color: #FB5300;
}
.AnyTagClassName
{
color: #FB5300;
}
</style>
background-color css
<style>
a { background-color: #FB5300; }
a { background-color: rgb(251,83,0); }
div.DivClassName
{
background-color: #FB5300;
}
.BgClassName
{
background-color: #FB5300;
}
</style>
border-color css
<style>
span { border-color: #FB5300; }
span { border-color: rgb(251,83,0); }
td.TdClassName
{
border-color: #FB5300;
}
.TagClassName
{
border-color: #FB5300;
}
</style>