Html Css Color HEX #FB4F0B International Orange
📋 copy color: '#FB4F0B'red 251 ◦ green 79 ◦ blue 11
Shades of International Orange #FB4F0B
Tints of International Orange #FB4F0B
RGB
CMYK
RGB Variations
Color information
#FB4F0B (or 0xFB4F0B) is known color: International Orange. HEX triplet: FB, 4F and 0B. RGB value is (251,79,11). Sum of RGB (Red+Green+Blue) = 251+79+11=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4F0B is #04B0F4. Grayscale: #7B7B7B. Windows color (decimal): -307445 or 741371. OLE color: 741371.
HSL color Cylindrical-coordinate representation of color #FB4F0B: hue angle of 17º 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 #FB4F0B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 11 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.02 |
| HSL | 17º | 0.97% | 0.51% | - |
| HSV(B) | 17º | 0.96% | 0.98% | - |
| XYZ | 42.64 | 26.13 | 3.11 | - |
| YUV | 122.68 | 64.98 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 11 | 0 | 0.69 | 0.96 | 0.02 | 17 | 0.97 | 0.51 |
| Hex | FB | 4F | B | 0 | 45 | 60 | 2 | 11 | 61 | 33 |
| Octal | 373 | 117 | 13 | 0 | 105 | 140 | 2 | 21 | 141 | 63 |
| Binary | 11111011 | 1001111 | 1011 | 0 | 1000101 | 1100000 | 10 | 10001 | 1100001 | 110011 |
Color Harmonies of #FB4F0B
Complementary color
Monochromatic Colors of #FB4F0B
Black with #FB4F0B
Text Example
Text Example
White with #FB4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4F0B; }
p { color: rgb(251,79,11); }
H1.HeaderClassName
{
color: #FB4F0B;
}
.AnyTagClassName
{
color: #FB4F0B;
}
</style>
background-color css
<style>
a { background-color: #FB4F0B; }
a { background-color: rgb(251,79,11); }
div.DivClassName
{
background-color: #FB4F0B;
}
.BgClassName
{
background-color: #FB4F0B;
}
</style>
border-color css
<style>
span { border-color: #FB4F0B; }
span { border-color: rgb(251,79,11); }
td.TdClassName
{
border-color: #FB4F0B;
}
.TagClassName
{
border-color: #FB4F0B;
}
</style>