Shades of Burnt Orange #FB7442
Tints of Burnt Orange #FB7442
RGB
CMYK
RGB Variations
Color information
#FB7442 (or 0xFB7442) is known color: Burnt Orange. HEX triplet: FB, 74 and 42. RGB value is (251,116,66). Sum of RGB (Red+Green+Blue) = 251+116+66=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7442 is #048BBD. Grayscale: #979797. Windows color (decimal): -297918 or 4355323. OLE color: 4355323.
HSL color Cylindrical-coordinate representation of color #FB7442: hue angle of 16.22º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB7442 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 66 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.02 |
| HSL | 16.22º | 0.96% | 0.62% | - |
| HSV(B) | 16.22º | 0.74% | 0.98% | - |
| XYZ | 47.01 | 33.39 | 9.12 | - |
| YUV | 150.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 66 | 0 | 0.54 | 0.74 | 0.02 | 16.22 | 0.96 | 0.62 |
| Hex | FB | 74 | 42 | 0 | 36 | 4A | 2 | 10 | 60 | 3E |
| Octal | 373 | 164 | 102 | 0 | 66 | 112 | 2 | 20 | 140 | 76 |
| Binary | 11111011 | 1110100 | 1000010 | 0 | 110110 | 1001010 | 10 | 10000 | 1100000 | 111110 |
Color Harmonies of #FB7442
Complementary color
Monochromatic Colors of #FB7442
Black with #FB7442
Text Example
Text Example
White with #FB7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7442; }
p { color: rgb(251,116,66); }
H1.HeaderClassName
{
color: #FB7442;
}
.AnyTagClassName
{
color: #FB7442;
}
</style>
background-color css
<style>
a { background-color: #FB7442; }
a { background-color: rgb(251,116,66); }
div.DivClassName
{
background-color: #FB7442;
}
.BgClassName
{
background-color: #FB7442;
}
</style>
border-color css
<style>
span { border-color: #FB7442; }
span { border-color: rgb(251,116,66); }
td.TdClassName
{
border-color: #FB7442;
}
.TagClassName
{
border-color: #FB7442;
}
</style>