Shades of Burnt Orange #FF692D
Tints of Burnt Orange #FF692D
RGB
CMYK
RGB Variations
Color information
#FF692D (or 0xFF692D) is known color: Burnt Orange. HEX triplet: FF, 69 and 2D. RGB value is (255,105,45). Sum of RGB (Red+Green+Blue) = 255+105+45=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF692D is #0096D2. Grayscale: #8F8F8F. Windows color (decimal): -38611 or 2976255. OLE color: 2976255.
HSL color Cylindrical-coordinate representation of color #FF692D: hue angle of 17.14º 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 #FF692D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0 |
| HSL | 17.14º | 1% | 0.59% | - |
| HSV(B) | 17.14º | 0.82% | 1% | - |
| XYZ | 46.77 | 31.55 | 6.11 | - |
| YUV | 143.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 45 | 0 | 0.59 | 0.82 | 0 | 17.14 | 1 | 0.59 |
| Hex | FF | 69 | 2D | 0 | 3B | 52 | 0 | 11 | 64 | 3B |
| Octal | 377 | 151 | 55 | 0 | 73 | 122 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101001 | 101101 | 0 | 111011 | 1010010 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF692D
Complementary color
Monochromatic Colors of #FF692D
Black with #FF692D
Text Example
Text Example
White with #FF692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF692D; }
p { color: rgb(255,105,45); }
H1.HeaderClassName
{
color: #FF692D;
}
.AnyTagClassName
{
color: #FF692D;
}
</style>
background-color css
<style>
a { background-color: #FF692D; }
a { background-color: rgb(255,105,45); }
div.DivClassName
{
background-color: #FF692D;
}
.BgClassName
{
background-color: #FF692D;
}
</style>
border-color css
<style>
span { border-color: #FF692D; }
span { border-color: rgb(255,105,45); }
td.TdClassName
{
border-color: #FF692D;
}
.TagClassName
{
border-color: #FF692D;
}
</style>