Shades of Burnt Orange #FF692E
Tints of Burnt Orange #FF692E
RGB
CMYK
RGB Variations
Color information
#FF692E (or 0xFF692E) is known color: Burnt Orange. HEX triplet: FF, 69 and 2E. RGB value is (255,105,46). Sum of RGB (Red+Green+Blue) = 255+105+46=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF692E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF692E is #0096D1. Grayscale: #8F8F8F. Windows color (decimal): -38610 or 3041791. OLE color: 3041791.
HSL color Cylindrical-coordinate representation of color #FF692E: hue angle of 16.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF692E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 46 | - |
| CMYK | 0 | 0.59 | 0.82 | 0 |
| HSL | 16.94º | 1% | 0.59% | - |
| HSV(B) | 16.94º | 0.82% | 1% | - |
| XYZ | 46.78 | 31.56 | 6.21 | - |
| YUV | 143.12 | 73.2 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 46 | 0 | 0.59 | 0.82 | 0 | 16.94 | 1 | 0.59 |
| Hex | FF | 69 | 2E | 0 | 3B | 52 | 0 | 11 | 64 | 3B |
| Octal | 377 | 151 | 56 | 0 | 73 | 122 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101001 | 101110 | 0 | 111011 | 1010010 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF692E
Complementary color
Monochromatic Colors of #FF692E
Black with #FF692E
Text Example
Text Example
White with #FF692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF692E; }
p { color: rgb(255,105,46); }
H1.HeaderClassName
{
color: #FF692E;
}
.AnyTagClassName
{
color: #FF692E;
}
</style>
background-color css
<style>
a { background-color: #FF692E; }
a { background-color: rgb(255,105,46); }
div.DivClassName
{
background-color: #FF692E;
}
.BgClassName
{
background-color: #FF692E;
}
</style>
border-color css
<style>
span { border-color: #FF692E; }
span { border-color: rgb(255,105,46); }
td.TdClassName
{
border-color: #FF692E;
}
.TagClassName
{
border-color: #FF692E;
}
</style>