Shades of Burnt Orange #FF692C
Tints of Burnt Orange #FF692C
RGB
CMYK
RGB Variations
Color information
#FF692C (or 0xFF692C) is known color: Burnt Orange. HEX triplet: FF, 69 and 2C. RGB value is (255,105,44). Sum of RGB (Red+Green+Blue) = 255+105+44=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF692C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF692C is #0096D3. Grayscale: #8F8F8F. Windows color (decimal): -38612 or 2910719. OLE color: 2910719.
HSL color Cylindrical-coordinate representation of color #FF692C: hue angle of 17.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF692C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 44 | - |
| CMYK | 0 | 0.59 | 0.83 | 0 |
| HSL | 17.35º | 1% | 0.59% | - |
| HSV(B) | 17.35º | 0.83% | 1% | - |
| XYZ | 46.75 | 31.55 | 6.01 | - |
| YUV | 142.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 44 | 0 | 0.59 | 0.83 | 0 | 17.35 | 1 | 0.59 |
| Hex | FF | 69 | 2C | 0 | 3B | 53 | 0 | 11 | 64 | 3B |
| Octal | 377 | 151 | 54 | 0 | 73 | 123 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101001 | 101100 | 0 | 111011 | 1010011 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF692C
Complementary color
Monochromatic Colors of #FF692C
Black with #FF692C
Text Example
Text Example
White with #FF692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF692C; }
p { color: rgb(255,105,44); }
H1.HeaderClassName
{
color: #FF692C;
}
.AnyTagClassName
{
color: #FF692C;
}
</style>
background-color css
<style>
a { background-color: #FF692C; }
a { background-color: rgb(255,105,44); }
div.DivClassName
{
background-color: #FF692C;
}
.BgClassName
{
background-color: #FF692C;
}
</style>
border-color css
<style>
span { border-color: #FF692C; }
span { border-color: rgb(255,105,44); }
td.TdClassName
{
border-color: #FF692C;
}
.TagClassName
{
border-color: #FF692C;
}
</style>