Shades of Burnt Orange #FD762F
Tints of Burnt Orange #FD762F
RGB
CMYK
RGB Variations
Color information
#FD762F (or 0xFD762F) is known color: Burnt Orange. HEX triplet: FD, 76 and 2F. RGB value is (253,118,47). Sum of RGB (Red+Green+Blue) = 253+118+47=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD762F is #0289D0. Grayscale: #969696. Windows color (decimal): -166353 or 3110653. OLE color: 3110653.
HSL color Cylindrical-coordinate representation of color #FD762F: hue angle of 20.68º 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 #FD762F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 47 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.01 |
| HSL | 20.68º | 0.98% | 0.59% | - |
| HSV(B) | 20.68º | 0.81% | 0.99% | - |
| XYZ | 47.5 | 34.04 | 6.76 | - |
| YUV | 150.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 47 | 0 | 0.53 | 0.81 | 0.01 | 20.68 | 0.98 | 0.59 |
| Hex | FD | 76 | 2F | 0 | 35 | 51 | 1 | 15 | 62 | 3B |
| Octal | 375 | 166 | 57 | 0 | 65 | 121 | 1 | 25 | 142 | 73 |
| Binary | 11111101 | 1110110 | 101111 | 0 | 110101 | 1010001 | 1 | 10101 | 1100010 | 111011 |
Color Harmonies of #FD762F
Complementary color
Monochromatic Colors of #FD762F
Black with #FD762F
Text Example
Text Example
White with #FD762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD762F; }
p { color: rgb(253,118,47); }
H1.HeaderClassName
{
color: #FD762F;
}
.AnyTagClassName
{
color: #FD762F;
}
</style>
background-color css
<style>
a { background-color: #FD762F; }
a { background-color: rgb(253,118,47); }
div.DivClassName
{
background-color: #FD762F;
}
.BgClassName
{
background-color: #FD762F;
}
</style>
border-color css
<style>
span { border-color: #FD762F; }
span { border-color: rgb(253,118,47); }
td.TdClassName
{
border-color: #FD762F;
}
.TagClassName
{
border-color: #FD762F;
}
</style>