Shades of Red Orange #FB4D29
Tints of Red Orange #FB4D29
RGB
CMYK
RGB Variations
Color information
#FB4D29 (or 0xFB4D29) is known color: Red Orange. HEX triplet: FB, 4D and 29. RGB value is (251,77,41). Sum of RGB (Red+Green+Blue) = 251+77+41=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D29 is #04B2D6. Grayscale: #7D7D7D. Windows color (decimal): -307927 or 2706939. OLE color: 2706939.
HSL color Cylindrical-coordinate representation of color #FB4D29: hue angle of 10.29º 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 #FB4D29 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 41 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.02 |
| HSL | 10.29º | 0.96% | 0.57% | - |
| HSV(B) | 10.29º | 0.84% | 0.98% | - |
| XYZ | 42.84 | 25.98 | 4.85 | - |
| YUV | 124.92 | 80.65 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 41 | 0 | 0.69 | 0.84 | 0.02 | 10.29 | 0.96 | 0.57 |
| Hex | FB | 4D | 29 | 0 | 45 | 54 | 2 | A | 60 | 39 |
| Octal | 373 | 115 | 51 | 0 | 105 | 124 | 2 | 12 | 140 | 71 |
| Binary | 11111011 | 1001101 | 101001 | 0 | 1000101 | 1010100 | 10 | 1010 | 1100000 | 111001 |
Color Harmonies of #FB4D29
Complementary color
Monochromatic Colors of #FB4D29
Black with #FB4D29
Text Example
Text Example
White with #FB4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D29; }
p { color: rgb(251,77,41); }
H1.HeaderClassName
{
color: #FB4D29;
}
.AnyTagClassName
{
color: #FB4D29;
}
</style>
background-color css
<style>
a { background-color: #FB4D29; }
a { background-color: rgb(251,77,41); }
div.DivClassName
{
background-color: #FB4D29;
}
.BgClassName
{
background-color: #FB4D29;
}
</style>
border-color css
<style>
span { border-color: #FB4D29; }
span { border-color: rgb(251,77,41); }
td.TdClassName
{
border-color: #FB4D29;
}
.TagClassName
{
border-color: #FB4D29;
}
</style>