Shades of Burnt Orange #FB7A29
Tints of Burnt Orange #FB7A29
RGB
CMYK
RGB Variations
Color information
#FB7A29 (or 0xFB7A29) is known color: Burnt Orange. HEX triplet: FB, 7A and 29. RGB value is (251,122,41). Sum of RGB (Red+Green+Blue) = 251+122+41=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A29 is #0485D6. Grayscale: #979797. Windows color (decimal): -296407 or 2718459. OLE color: 2718459.
HSL color Cylindrical-coordinate representation of color #FB7A29: hue angle of 23.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 #FB7A29 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 41 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.02 |
| HSL | 23.14º | 0.96% | 0.57% | - |
| HSV(B) | 23.14º | 0.84% | 0.98% | - |
| XYZ | 47.14 | 34.59 | 6.29 | - |
| YUV | 151.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 41 | 0 | 0.51 | 0.84 | 0.02 | 23.14 | 0.96 | 0.57 |
| Hex | FB | 7A | 29 | 0 | 33 | 54 | 2 | 17 | 60 | 39 |
| Octal | 373 | 172 | 51 | 0 | 63 | 124 | 2 | 27 | 140 | 71 |
| Binary | 11111011 | 1111010 | 101001 | 0 | 110011 | 1010100 | 10 | 10111 | 1100000 | 111001 |
Color Harmonies of #FB7A29
Complementary color
Monochromatic Colors of #FB7A29
Black with #FB7A29
Text Example
Text Example
White with #FB7A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A29; }
p { color: rgb(251,122,41); }
H1.HeaderClassName
{
color: #FB7A29;
}
.AnyTagClassName
{
color: #FB7A29;
}
</style>
background-color css
<style>
a { background-color: #FB7A29; }
a { background-color: rgb(251,122,41); }
div.DivClassName
{
background-color: #FB7A29;
}
.BgClassName
{
background-color: #FB7A29;
}
</style>
border-color css
<style>
span { border-color: #FB7A29; }
span { border-color: rgb(251,122,41); }
td.TdClassName
{
border-color: #FB7A29;
}
.TagClassName
{
border-color: #FB7A29;
}
</style>