Shades of Red Orange #FB4229
Tints of Red Orange #FB4229
RGB
CMYK
RGB Variations
Color information
#FB4229 (or 0xFB4229) is known color: Red Orange. HEX triplet: FB, 42 and 29. RGB value is (251,66,41). Sum of RGB (Red+Green+Blue) = 251+66+41=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4229 is #04BDD6. Grayscale: #767676. Windows color (decimal): -310743 or 2704123. OLE color: 2704123.
HSL color Cylindrical-coordinate representation of color #FB4229: hue angle of 7.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB4229 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 41 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.02 |
| HSL | 7.14º | 0.96% | 0.57% | - |
| HSV(B) | 7.14º | 0.84% | 0.98% | - |
| XYZ | 42.13 | 24.57 | 4.62 | - |
| YUV | 118.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 41 | 0 | 0.74 | 0.84 | 0.02 | 7.14 | 0.96 | 0.57 |
| Hex | FB | 42 | 29 | 0 | 4A | 54 | 2 | 7 | 60 | 39 |
| Octal | 373 | 102 | 51 | 0 | 112 | 124 | 2 | 7 | 140 | 71 |
| Binary | 11111011 | 1000010 | 101001 | 0 | 1001010 | 1010100 | 10 | 111 | 1100000 | 111001 |
Color Harmonies of #FB4229
Complementary color
Monochromatic Colors of #FB4229
Black with #FB4229
Text Example
Text Example
White with #FB4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4229; }
p { color: rgb(251,66,41); }
H1.HeaderClassName
{
color: #FB4229;
}
.AnyTagClassName
{
color: #FB4229;
}
</style>
background-color css
<style>
a { background-color: #FB4229; }
a { background-color: rgb(251,66,41); }
div.DivClassName
{
background-color: #FB4229;
}
.BgClassName
{
background-color: #FB4229;
}
</style>
border-color css
<style>
span { border-color: #FB4229; }
span { border-color: rgb(251,66,41); }
td.TdClassName
{
border-color: #FB4229;
}
.TagClassName
{
border-color: #FB4229;
}
</style>