Shades of Orange Red #FB4A0F
Tints of Orange Red #FB4A0F
RGB
CMYK
RGB Variations
Color information
#FB4A0F (or 0xFB4A0F) is known color: Orange Red. HEX triplet: FB, 4A and 0F. RGB value is (251,74,15). Sum of RGB (Red+Green+Blue) = 251+74+15=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A0F is #04B5F0. Grayscale: #787878. Windows color (decimal): -308721 or 1002235. OLE color: 1002235.
HSL color Cylindrical-coordinate representation of color #FB4A0F: hue angle of 15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB4A0F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.02 |
| HSL | 15º | 0.97% | 0.52% | - |
| HSV(B) | 15º | 0.94% | 0.98% | - |
| XYZ | 42.32 | 25.44 | 3.13 | - |
| YUV | 120.2 | 68.64 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 15 | 0 | 0.71 | 0.94 | 0.02 | 15 | 0.97 | 0.52 |
| Hex | FB | 4A | F | 0 | 47 | 5E | 2 | F | 61 | 34 |
| Octal | 373 | 112 | 17 | 0 | 107 | 136 | 2 | 17 | 141 | 64 |
| Binary | 11111011 | 1001010 | 1111 | 0 | 1000111 | 1011110 | 10 | 1111 | 1100001 | 110100 |
Color Harmonies of #FB4A0F
Complementary color
Monochromatic Colors of #FB4A0F
Black with #FB4A0F
Text Example
Text Example
White with #FB4A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A0F; }
p { color: rgb(251,74,15); }
H1.HeaderClassName
{
color: #FB4A0F;
}
.AnyTagClassName
{
color: #FB4A0F;
}
</style>
background-color css
<style>
a { background-color: #FB4A0F; }
a { background-color: rgb(251,74,15); }
div.DivClassName
{
background-color: #FB4A0F;
}
.BgClassName
{
background-color: #FB4A0F;
}
</style>
border-color css
<style>
span { border-color: #FB4A0F; }
span { border-color: rgb(251,74,15); }
td.TdClassName
{
border-color: #FB4A0F;
}
.TagClassName
{
border-color: #FB4A0F;
}
</style>