Shades of Burnt Orange #FF692F
Tints of Burnt Orange #FF692F
RGB
CMYK
RGB Variations
Color information
#FF692F (or 0xFF692F) is known color: Burnt Orange. HEX triplet: FF, 69 and 2F. RGB value is (255,105,47). Sum of RGB (Red+Green+Blue) = 255+105+47=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF692F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF692F is #0096D0. Grayscale: #8F8F8F. Windows color (decimal): -38609 or 3107327. OLE color: 3107327.
HSL color Cylindrical-coordinate representation of color #FF692F: hue angle of 16.73º 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 #FF692F is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 47 | - |
| CMYK | 0 | 0.59 | 0.82 | 0 |
| HSL | 16.73º | 1% | 0.59% | - |
| HSV(B) | 16.73º | 0.82% | 1% | - |
| XYZ | 46.8 | 31.57 | 6.32 | - |
| YUV | 143.24 | 73.7 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 47 | 0 | 0.59 | 0.82 | 0 | 16.73 | 1 | 0.59 |
| Hex | FF | 69 | 2F | 0 | 3B | 52 | 0 | 11 | 64 | 3B |
| Octal | 377 | 151 | 57 | 0 | 73 | 122 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101001 | 101111 | 0 | 111011 | 1010010 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF692F
Complementary color
Monochromatic Colors of #FF692F
Black with #FF692F
Text Example
Text Example
White with #FF692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF692F; }
p { color: rgb(255,105,47); }
H1.HeaderClassName
{
color: #FF692F;
}
.AnyTagClassName
{
color: #FF692F;
}
</style>
background-color css
<style>
a { background-color: #FF692F; }
a { background-color: rgb(255,105,47); }
div.DivClassName
{
background-color: #FF692F;
}
.BgClassName
{
background-color: #FF692F;
}
</style>
border-color css
<style>
span { border-color: #FF692F; }
span { border-color: rgb(255,105,47); }
td.TdClassName
{
border-color: #FF692F;
}
.TagClassName
{
border-color: #FF692F;
}
</style>