Shades of Burnt Orange #FD7731
Tints of Burnt Orange #FD7731
RGB
CMYK
RGB Variations
Color information
#FD7731 (or 0xFD7731) is known color: Burnt Orange. HEX triplet: FD, 77 and 31. RGB value is (253,119,49). Sum of RGB (Red+Green+Blue) = 253+119+49=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7731 is #0288CE. Grayscale: #979797. Windows color (decimal): -166095 or 3241981. OLE color: 3241981.
HSL color Cylindrical-coordinate representation of color #FD7731: hue angle of 20.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD7731 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 49 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.01 |
| HSL | 20.59º | 0.98% | 0.59% | - |
| HSV(B) | 20.59º | 0.81% | 0.99% | - |
| XYZ | 47.66 | 34.3 | 7.01 | - |
| YUV | 151.09 | 70.39 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 49 | 0 | 0.53 | 0.81 | 0.01 | 20.59 | 0.98 | 0.59 |
| Hex | FD | 77 | 31 | 0 | 35 | 51 | 1 | 15 | 62 | 3B |
| Octal | 375 | 167 | 61 | 0 | 65 | 121 | 1 | 25 | 142 | 73 |
| Binary | 11111101 | 1110111 | 110001 | 0 | 110101 | 1010001 | 1 | 10101 | 1100010 | 111011 |
Color Harmonies of #FD7731
Complementary color
Monochromatic Colors of #FD7731
Black with #FD7731
Text Example
Text Example
White with #FD7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7731; }
p { color: rgb(253,119,49); }
H1.HeaderClassName
{
color: #FD7731;
}
.AnyTagClassName
{
color: #FD7731;
}
</style>
background-color css
<style>
a { background-color: #FD7731; }
a { background-color: rgb(253,119,49); }
div.DivClassName
{
background-color: #FD7731;
}
.BgClassName
{
background-color: #FD7731;
}
</style>
border-color css
<style>
span { border-color: #FD7731; }
span { border-color: rgb(253,119,49); }
td.TdClassName
{
border-color: #FD7731;
}
.TagClassName
{
border-color: #FD7731;
}
</style>