Shades of Burnt Orange #FB7A2C
Tints of Burnt Orange #FB7A2C
RGB
CMYK
RGB Variations
Color information
#FB7A2C (or 0xFB7A2C) is known color: Burnt Orange. HEX triplet: FB, 7A and 2C. RGB value is (251,122,44). Sum of RGB (Red+Green+Blue) = 251+122+44=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A2C is #0485D3. Grayscale: #989898. Windows color (decimal): -296404 or 2915067. OLE color: 2915067.
HSL color Cylindrical-coordinate representation of color #FB7A2C: hue angle of 22.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB7A2C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 44 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.02 |
| HSL | 22.61º | 0.96% | 0.58% | - |
| HSV(B) | 22.61º | 0.82% | 0.98% | - |
| XYZ | 47.2 | 34.61 | 6.58 | - |
| YUV | 151.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 44 | 0 | 0.51 | 0.82 | 0.02 | 22.61 | 0.96 | 0.58 |
| Hex | FB | 7A | 2C | 0 | 33 | 52 | 2 | 17 | 60 | 3A |
| Octal | 373 | 172 | 54 | 0 | 63 | 122 | 2 | 27 | 140 | 72 |
| Binary | 11111011 | 1111010 | 101100 | 0 | 110011 | 1010010 | 10 | 10111 | 1100000 | 111010 |
Color Harmonies of #FB7A2C
Complementary color
Monochromatic Colors of #FB7A2C
Black with #FB7A2C
Text Example
Text Example
White with #FB7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A2C; }
p { color: rgb(251,122,44); }
H1.HeaderClassName
{
color: #FB7A2C;
}
.AnyTagClassName
{
color: #FB7A2C;
}
</style>
background-color css
<style>
a { background-color: #FB7A2C; }
a { background-color: rgb(251,122,44); }
div.DivClassName
{
background-color: #FB7A2C;
}
.BgClassName
{
background-color: #FB7A2C;
}
</style>
border-color css
<style>
span { border-color: #FB7A2C; }
span { border-color: rgb(251,122,44); }
td.TdClassName
{
border-color: #FB7A2C;
}
.TagClassName
{
border-color: #FB7A2C;
}
</style>