Html Css Color HEX #FB5A16 International Orange
📋 copy color: '#FB5A16'red 251 ◦ green 90 ◦ blue 22
Shades of International Orange #FB5A16
Tints of International Orange #FB5A16
RGB
CMYK
RGB Variations
Color information
#FB5A16 (or 0xFB5A16) is known color: International Orange. HEX triplet: FB, 5A and 16. RGB value is (251,90,22). Sum of RGB (Red+Green+Blue) = 251+90+22=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5A16 is #04A5E9. Grayscale: #828282. Windows color (decimal): -304618 or 1465083. OLE color: 1465083.
HSL color Cylindrical-coordinate representation of color #FB5A16: hue angle of 17.82º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB5A16 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.02 |
| HSL | 17.82º | 0.97% | 0.54% | - |
| HSV(B) | 17.82º | 0.91% | 0.98% | - |
| XYZ | 43.58 | 27.88 | 3.84 | - |
| YUV | 130.39 | 66.84 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 22 | 0 | 0.64 | 0.91 | 0.02 | 17.82 | 0.97 | 0.54 |
| Hex | FB | 5A | 16 | 0 | 40 | 5B | 2 | 12 | 61 | 36 |
| Octal | 373 | 132 | 26 | 0 | 100 | 133 | 2 | 22 | 141 | 66 |
| Binary | 11111011 | 1011010 | 10110 | 0 | 1000000 | 1011011 | 10 | 10010 | 1100001 | 110110 |
Color Harmonies of #FB5A16
Complementary color
Monochromatic Colors of #FB5A16
Black with #FB5A16
Text Example
Text Example
White with #FB5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A16; }
p { color: rgb(251,90,22); }
H1.HeaderClassName
{
color: #FB5A16;
}
.AnyTagClassName
{
color: #FB5A16;
}
</style>
background-color css
<style>
a { background-color: #FB5A16; }
a { background-color: rgb(251,90,22); }
div.DivClassName
{
background-color: #FB5A16;
}
.BgClassName
{
background-color: #FB5A16;
}
</style>
border-color css
<style>
span { border-color: #FB5A16; }
span { border-color: rgb(251,90,22); }
td.TdClassName
{
border-color: #FB5A16;
}
.TagClassName
{
border-color: #FB5A16;
}
</style>