Shades of Orange Red #FB4A10
Tints of Orange Red #FB4A10
RGB
CMYK
RGB Variations
Color information
#FB4A10 (or 0xFB4A10) is known color: Orange Red. HEX triplet: FB, 4A and 10. RGB value is (251,74,16). Sum of RGB (Red+Green+Blue) = 251+74+16=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A10 is #04B5EF. Grayscale: #787878. Windows color (decimal): -308720 or 1067771. OLE color: 1067771.
HSL color Cylindrical-coordinate representation of color #FB4A10: hue angle of 14.81º 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 #FB4A10 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 16 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.02 |
| HSL | 14.81º | 0.97% | 0.52% | - |
| HSV(B) | 14.81º | 0.94% | 0.98% | - |
| XYZ | 42.33 | 25.44 | 3.17 | - |
| YUV | 120.31 | 69.14 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 16 | 0 | 0.71 | 0.94 | 0.02 | 14.81 | 0.97 | 0.52 |
| Hex | FB | 4A | 10 | 0 | 47 | 5E | 2 | F | 61 | 34 |
| Octal | 373 | 112 | 20 | 0 | 107 | 136 | 2 | 17 | 141 | 64 |
| Binary | 11111011 | 1001010 | 10000 | 0 | 1000111 | 1011110 | 10 | 1111 | 1100001 | 110100 |
Color Harmonies of #FB4A10
Complementary color
Monochromatic Colors of #FB4A10
Black with #FB4A10
Text Example
Text Example
White with #FB4A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A10; }
p { color: rgb(251,74,16); }
H1.HeaderClassName
{
color: #FB4A10;
}
.AnyTagClassName
{
color: #FB4A10;
}
</style>
background-color css
<style>
a { background-color: #FB4A10; }
a { background-color: rgb(251,74,16); }
div.DivClassName
{
background-color: #FB4A10;
}
.BgClassName
{
background-color: #FB4A10;
}
</style>
border-color css
<style>
span { border-color: #FB4A10; }
span { border-color: rgb(251,74,16); }
td.TdClassName
{
border-color: #FB4A10;
}
.TagClassName
{
border-color: #FB4A10;
}
</style>