Shades of Red Orange #FB4224
Tints of Red Orange #FB4224
RGB
CMYK
RGB Variations
Color information
#FB4224 (or 0xFB4224) is known color: Red Orange. HEX triplet: FB, 42 and 24. RGB value is (251,66,36). Sum of RGB (Red+Green+Blue) = 251+66+36=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4224 is #04BDDB. Grayscale: #767676. Windows color (decimal): -310748 or 2376443. OLE color: 2376443.
HSL color Cylindrical-coordinate representation of color #FB4224: hue angle of 8.37º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB4224 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 36 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.02 |
| HSL | 8.37º | 0.96% | 0.56% | - |
| HSV(B) | 8.37º | 0.86% | 0.98% | - |
| XYZ | 42.05 | 24.53 | 4.19 | - |
| YUV | 117.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 36 | 0 | 0.74 | 0.86 | 0.02 | 8.37 | 0.96 | 0.56 |
| Hex | FB | 42 | 24 | 0 | 4A | 56 | 2 | 8 | 60 | 38 |
| Octal | 373 | 102 | 44 | 0 | 112 | 126 | 2 | 10 | 140 | 70 |
| Binary | 11111011 | 1000010 | 100100 | 0 | 1001010 | 1010110 | 10 | 1000 | 1100000 | 111000 |
Color Harmonies of #FB4224
Complementary color
Monochromatic Colors of #FB4224
Black with #FB4224
Text Example
Text Example
White with #FB4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4224; }
p { color: rgb(251,66,36); }
H1.HeaderClassName
{
color: #FB4224;
}
.AnyTagClassName
{
color: #FB4224;
}
</style>
background-color css
<style>
a { background-color: #FB4224; }
a { background-color: rgb(251,66,36); }
div.DivClassName
{
background-color: #FB4224;
}
.BgClassName
{
background-color: #FB4224;
}
</style>
border-color css
<style>
span { border-color: #FB4224; }
span { border-color: rgb(251,66,36); }
td.TdClassName
{
border-color: #FB4224;
}
.TagClassName
{
border-color: #FB4224;
}
</style>