Shades of Burnt Orange #FD692C
Tints of Burnt Orange #FD692C
RGB
CMYK
RGB Variations
Color information
#FD692C (or 0xFD692C) is known color: Burnt Orange. HEX triplet: FD, 69 and 2C. RGB value is (253,105,44). Sum of RGB (Red+Green+Blue) = 253+105+44=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD692C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD692C is #0296D3. Grayscale: #8E8E8E. Windows color (decimal): -169684 or 2910717. OLE color: 2910717.
HSL color Cylindrical-coordinate representation of color #FD692C: hue angle of 17.51º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD692C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 44 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.01 |
| HSL | 17.51º | 0.98% | 0.58% | - |
| HSV(B) | 17.51º | 0.83% | 0.99% | - |
| XYZ | 46.01 | 31.17 | 5.97 | - |
| YUV | 142.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 44 | 0 | 0.58 | 0.83 | 0.01 | 17.51 | 0.98 | 0.58 |
| Hex | FD | 69 | 2C | 0 | 3A | 53 | 1 | 12 | 62 | 3A |
| Octal | 375 | 151 | 54 | 0 | 72 | 123 | 1 | 22 | 142 | 72 |
| Binary | 11111101 | 1101001 | 101100 | 0 | 111010 | 1010011 | 1 | 10010 | 1100010 | 111010 |
Color Harmonies of #FD692C
Complementary color
Monochromatic Colors of #FD692C
Black with #FD692C
Text Example
Text Example
White with #FD692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD692C; }
p { color: rgb(253,105,44); }
H1.HeaderClassName
{
color: #FD692C;
}
.AnyTagClassName
{
color: #FD692C;
}
</style>
background-color css
<style>
a { background-color: #FD692C; }
a { background-color: rgb(253,105,44); }
div.DivClassName
{
background-color: #FD692C;
}
.BgClassName
{
background-color: #FD692C;
}
</style>
border-color css
<style>
span { border-color: #FD692C; }
span { border-color: rgb(253,105,44); }
td.TdClassName
{
border-color: #FD692C;
}
.TagClassName
{
border-color: #FD692C;
}
</style>