Shades of Burnt Orange #FD6F32
Tints of Burnt Orange #FD6F32
RGB
CMYK
RGB Variations
Color information
#FD6F32 (or 0xFD6F32) is known color: Burnt Orange. HEX triplet: FD, 6F and 32. RGB value is (253,111,50). Sum of RGB (Red+Green+Blue) = 253+111+50=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6F32 is #0290CD. Grayscale: #929292. Windows color (decimal): -168142 or 3305469. OLE color: 3305469.
HSL color Cylindrical-coordinate representation of color #FD6F32: hue angle of 18.03º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD6F32 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 111 | 50 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.01 |
| HSL | 18.03º | 0.98% | 0.59% | - |
| HSV(B) | 18.03º | 0.8% | 0.99% | - |
| XYZ | 46.77 | 32.48 | 6.82 | - |
| YUV | 146.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 50 | 0 | 0.56 | 0.80 | 0.01 | 18.03 | 0.98 | 0.59 |
| Hex | FD | 6F | 32 | 0 | 38 | 50 | 1 | 12 | 62 | 3B |
| Octal | 375 | 157 | 62 | 0 | 70 | 120 | 1 | 22 | 142 | 73 |
| Binary | 11111101 | 1101111 | 110010 | 0 | 111000 | 1010000 | 1 | 10010 | 1100010 | 111011 |
Color Harmonies of #FD6F32
Complementary color
Monochromatic Colors of #FD6F32
Black with #FD6F32
Text Example
Text Example
White with #FD6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6F32; }
p { color: rgb(253,111,50); }
H1.HeaderClassName
{
color: #FD6F32;
}
.AnyTagClassName
{
color: #FD6F32;
}
</style>
background-color css
<style>
a { background-color: #FD6F32; }
a { background-color: rgb(253,111,50); }
div.DivClassName
{
background-color: #FD6F32;
}
.BgClassName
{
background-color: #FD6F32;
}
</style>
border-color css
<style>
span { border-color: #FD6F32; }
span { border-color: rgb(253,111,50); }
td.TdClassName
{
border-color: #FD6F32;
}
.TagClassName
{
border-color: #FD6F32;
}
</style>