Shades of Burnt Orange #FB7A39
Tints of Burnt Orange #FB7A39
RGB
CMYK
RGB Variations
Color information
#FB7A39 (or 0xFB7A39) is known color: Burnt Orange. HEX triplet: FB, 7A and 39. RGB value is (251,122,57). Sum of RGB (Red+Green+Blue) = 251+122+57=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A39 is #0485C6. Grayscale: #999999. Windows color (decimal): -296391 or 3767035. OLE color: 3767035.
HSL color Cylindrical-coordinate representation of color #FB7A39: hue angle of 20.1º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB7A39 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 57 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.02 |
| HSL | 20.1º | 0.96% | 0.6% | - |
| HSV(B) | 20.1º | 0.77% | 0.98% | - |
| XYZ | 47.48 | 34.72 | 8.07 | - |
| YUV | 153.16 | 73.74 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 57 | 0 | 0.51 | 0.77 | 0.02 | 20.1 | 0.96 | 0.6 |
| Hex | FB | 7A | 39 | 0 | 33 | 4D | 2 | 14 | 60 | 3C |
| Octal | 373 | 172 | 71 | 0 | 63 | 115 | 2 | 24 | 140 | 74 |
| Binary | 11111011 | 1111010 | 111001 | 0 | 110011 | 1001101 | 10 | 10100 | 1100000 | 111100 |
Color Harmonies of #FB7A39
Complementary color
Monochromatic Colors of #FB7A39
Black with #FB7A39
Text Example
Text Example
White with #FB7A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A39; }
p { color: rgb(251,122,57); }
H1.HeaderClassName
{
color: #FB7A39;
}
.AnyTagClassName
{
color: #FB7A39;
}
</style>
background-color css
<style>
a { background-color: #FB7A39; }
a { background-color: rgb(251,122,57); }
div.DivClassName
{
background-color: #FB7A39;
}
.BgClassName
{
background-color: #FB7A39;
}
</style>
border-color css
<style>
span { border-color: #FB7A39; }
span { border-color: rgb(251,122,57); }
td.TdClassName
{
border-color: #FB7A39;
}
.TagClassName
{
border-color: #FB7A39;
}
</style>