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