Html Css Color HEX #FB5A0B International Orange
📋 copy color: '#FB5A0B'red 251 ◦ green 90 ◦ blue 11
Shades of International Orange #FB5A0B
Tints of International Orange #FB5A0B
RGB
CMYK
RGB Variations
Color information
#FB5A0B (or 0xFB5A0B) is known color: International Orange. HEX triplet: FB, 5A and 0B. RGB value is (251,90,11). Sum of RGB (Red+Green+Blue) = 251+90+11=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5A0B is #04A5F4. Grayscale: #818181. Windows color (decimal): -304629 or 744187. OLE color: 744187.
HSL color Cylindrical-coordinate representation of color #FB5A0B: hue angle of 19.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB5A0B is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 11 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.02 |
| HSL | 19.75º | 0.97% | 0.51% | - |
| HSV(B) | 19.75º | 0.96% | 0.98% | - |
| XYZ | 43.5 | 27.85 | 3.4 | - |
| YUV | 129.13 | 61.34 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 11 | 0 | 0.64 | 0.96 | 0.02 | 19.75 | 0.97 | 0.51 |
| Hex | FB | 5A | B | 0 | 40 | 60 | 2 | 14 | 61 | 33 |
| Octal | 373 | 132 | 13 | 0 | 100 | 140 | 2 | 24 | 141 | 63 |
| Binary | 11111011 | 1011010 | 1011 | 0 | 1000000 | 1100000 | 10 | 10100 | 1100001 | 110011 |
Color Harmonies of #FB5A0B
Complementary color
Monochromatic Colors of #FB5A0B
Black with #FB5A0B
Text Example
Text Example
White with #FB5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A0B; }
p { color: rgb(251,90,11); }
H1.HeaderClassName
{
color: #FB5A0B;
}
.AnyTagClassName
{
color: #FB5A0B;
}
</style>
background-color css
<style>
a { background-color: #FB5A0B; }
a { background-color: rgb(251,90,11); }
div.DivClassName
{
background-color: #FB5A0B;
}
.BgClassName
{
background-color: #FB5A0B;
}
</style>
border-color css
<style>
span { border-color: #FB5A0B; }
span { border-color: rgb(251,90,11); }
td.TdClassName
{
border-color: #FB5A0B;
}
.TagClassName
{
border-color: #FB5A0B;
}
</style>