Shades of Burnt Orange #FB7C2D
Tints of Burnt Orange #FB7C2D
RGB
CMYK
RGB Variations
Color information
#FB7C2D (or 0xFB7C2D) is known color: Burnt Orange. HEX triplet: FB, 7C and 2D. RGB value is (251,124,45). Sum of RGB (Red+Green+Blue) = 251+124+45=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C2D is #0483D2. Grayscale: #999999. Windows color (decimal): -295891 or 2981115. OLE color: 2981115.
HSL color Cylindrical-coordinate representation of color #FB7C2D: hue angle of 23.01º 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 #FB7C2D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 45 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.02 |
| HSL | 23.01º | 0.96% | 0.58% | - |
| HSV(B) | 23.01º | 0.82% | 0.98% | - |
| XYZ | 47.46 | 35.11 | 6.76 | - |
| YUV | 152.97 | 67.08 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 45 | 0 | 0.51 | 0.82 | 0.02 | 23.01 | 0.96 | 0.58 |
| Hex | FB | 7C | 2D | 0 | 33 | 52 | 2 | 17 | 60 | 3A |
| Octal | 373 | 174 | 55 | 0 | 63 | 122 | 2 | 27 | 140 | 72 |
| Binary | 11111011 | 1111100 | 101101 | 0 | 110011 | 1010010 | 10 | 10111 | 1100000 | 111010 |
Color Harmonies of #FB7C2D
Complementary color
Monochromatic Colors of #FB7C2D
Black with #FB7C2D
Text Example
Text Example
White with #FB7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C2D; }
p { color: rgb(251,124,45); }
H1.HeaderClassName
{
color: #FB7C2D;
}
.AnyTagClassName
{
color: #FB7C2D;
}
</style>
background-color css
<style>
a { background-color: #FB7C2D; }
a { background-color: rgb(251,124,45); }
div.DivClassName
{
background-color: #FB7C2D;
}
.BgClassName
{
background-color: #FB7C2D;
}
</style>
border-color css
<style>
span { border-color: #FB7C2D; }
span { border-color: rgb(251,124,45); }
td.TdClassName
{
border-color: #FB7C2D;
}
.TagClassName
{
border-color: #FB7C2D;
}
</style>