Shades of Burnt Orange #FD7B2E
Tints of Burnt Orange #FD7B2E
RGB
CMYK
RGB Variations
Color information
#FD7B2E (or 0xFD7B2E) is known color: Burnt Orange. HEX triplet: FD, 7B and 2E. RGB value is (253,123,46). Sum of RGB (Red+Green+Blue) = 253+123+46=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7B2E is #0284D1. Grayscale: #999999. Windows color (decimal): -165074 or 3046397. OLE color: 3046397.
HSL color Cylindrical-coordinate representation of color #FD7B2E: hue angle of 22.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD7B2E is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 46 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.01 |
| HSL | 22.32º | 0.98% | 0.59% | - |
| HSV(B) | 22.32º | 0.82% | 0.99% | - |
| XYZ | 48.08 | 35.25 | 6.85 | - |
| YUV | 153.09 | 67.57 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 46 | 0 | 0.51 | 0.82 | 0.01 | 22.32 | 0.98 | 0.59 |
| Hex | FD | 7B | 2E | 0 | 33 | 52 | 1 | 16 | 62 | 3B |
| Octal | 375 | 173 | 56 | 0 | 63 | 122 | 1 | 26 | 142 | 73 |
| Binary | 11111101 | 1111011 | 101110 | 0 | 110011 | 1010010 | 1 | 10110 | 1100010 | 111011 |
Color Harmonies of #FD7B2E
Complementary color
Monochromatic Colors of #FD7B2E
Black with #FD7B2E
Text Example
Text Example
White with #FD7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B2E; }
p { color: rgb(253,123,46); }
H1.HeaderClassName
{
color: #FD7B2E;
}
.AnyTagClassName
{
color: #FD7B2E;
}
</style>
background-color css
<style>
a { background-color: #FD7B2E; }
a { background-color: rgb(253,123,46); }
div.DivClassName
{
background-color: #FD7B2E;
}
.BgClassName
{
background-color: #FD7B2E;
}
</style>
border-color css
<style>
span { border-color: #FD7B2E; }
span { border-color: rgb(253,123,46); }
td.TdClassName
{
border-color: #FD7B2E;
}
.TagClassName
{
border-color: #FD7B2E;
}
</style>