Html Css Color HEX #FB5118 International Orange
📋 copy color: '#FB5118'red 251 ◦ green 81 ◦ blue 24
Shades of International Orange #FB5118
Tints of International Orange #FB5118
RGB
CMYK
RGB Variations
Color information
#FB5118 (or 0xFB5118) is known color: International Orange. HEX triplet: FB, 51 and 18. RGB value is (251,81,24). Sum of RGB (Red+Green+Blue) = 251+81+24=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5118 is #04AEE7. Grayscale: #7D7D7D. Windows color (decimal): -306920 or 1593851. OLE color: 1593851.
HSL color Cylindrical-coordinate representation of color #FB5118: hue angle of 15.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB5118 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 24 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.02 |
| HSL | 15.07º | 0.97% | 0.54% | - |
| HSV(B) | 15.07º | 0.9% | 0.98% | - |
| XYZ | 42.89 | 26.46 | 3.71 | - |
| YUV | 125.33 | 70.82 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 24 | 0 | 0.68 | 0.90 | 0.02 | 15.07 | 0.97 | 0.54 |
| Hex | FB | 51 | 18 | 0 | 44 | 5A | 2 | F | 61 | 36 |
| Octal | 373 | 121 | 30 | 0 | 104 | 132 | 2 | 17 | 141 | 66 |
| Binary | 11111011 | 1010001 | 11000 | 0 | 1000100 | 1011010 | 10 | 1111 | 1100001 | 110110 |
Color Harmonies of #FB5118
Complementary color
Monochromatic Colors of #FB5118
Black with #FB5118
Text Example
Text Example
White with #FB5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5118; }
p { color: rgb(251,81,24); }
H1.HeaderClassName
{
color: #FB5118;
}
.AnyTagClassName
{
color: #FB5118;
}
</style>
background-color css
<style>
a { background-color: #FB5118; }
a { background-color: rgb(251,81,24); }
div.DivClassName
{
background-color: #FB5118;
}
.BgClassName
{
background-color: #FB5118;
}
</style>
border-color css
<style>
span { border-color: #FB5118; }
span { border-color: rgb(251,81,24); }
td.TdClassName
{
border-color: #FB5118;
}
.TagClassName
{
border-color: #FB5118;
}
</style>