Shades of Burnt Orange #FF692B
Tints of Burnt Orange #FF692B
RGB
CMYK
RGB Variations
Color information
#FF692B (or 0xFF692B) is known color: Burnt Orange. HEX triplet: FF, 69 and 2B. RGB value is (255,105,43). Sum of RGB (Red+Green+Blue) = 255+105+43=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF692B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF692B is #0096D4. Grayscale: #8F8F8F. Windows color (decimal): -38613 or 2845183. OLE color: 2845183.
HSL color Cylindrical-coordinate representation of color #FF692B: hue angle of 17.55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF692B is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 43 | - |
| CMYK | 0 | 0.59 | 0.83 | 0 |
| HSL | 17.55º | 1% | 0.58% | - |
| HSV(B) | 17.55º | 0.83% | 1% | - |
| XYZ | 46.73 | 31.54 | 5.91 | - |
| YUV | 142.78 | 71.7 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 43 | 0 | 0.59 | 0.83 | 0 | 17.55 | 1 | 0.58 |
| Hex | FF | 69 | 2B | 0 | 3B | 53 | 0 | 12 | 64 | 3A |
| Octal | 377 | 151 | 53 | 0 | 73 | 123 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1101001 | 101011 | 0 | 111011 | 1010011 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF692B
Complementary color
Monochromatic Colors of #FF692B
Black with #FF692B
Text Example
Text Example
White with #FF692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF692B; }
p { color: rgb(255,105,43); }
H1.HeaderClassName
{
color: #FF692B;
}
.AnyTagClassName
{
color: #FF692B;
}
</style>
background-color css
<style>
a { background-color: #FF692B; }
a { background-color: rgb(255,105,43); }
div.DivClassName
{
background-color: #FF692B;
}
.BgClassName
{
background-color: #FF692B;
}
</style>
border-color css
<style>
span { border-color: #FF692B; }
span { border-color: rgb(255,105,43); }
td.TdClassName
{
border-color: #FF692B;
}
.TagClassName
{
border-color: #FF692B;
}
</style>