Shades of Burnt Orange #F0693B
Tints of Burnt Orange #F0693B
RGB
CMYK
RGB Variations
Color information
#F0693B (or 0xF0693B) is known color: Burnt Orange. HEX triplet: F0, 69 and 3B. RGB value is (240,105,59). Sum of RGB (Red+Green+Blue) = 240+105+59=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0693B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0693B is #0F96C4. Grayscale: #8C8C8C. Windows color (decimal): -1021637 or 3893744. OLE color: 3893744.
HSL color Cylindrical-coordinate representation of color #F0693B: hue angle of 15.25º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0693B is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 59 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.06 |
| HSL | 15.25º | 0.86% | 0.59% | - |
| HSV(B) | 15.25º | 0.75% | 0.94% | - |
| XYZ | 41.78 | 28.94 | 7.52 | - |
| YUV | 140.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 59 | 0 | 0.56 | 0.75 | 0.06 | 15.25 | 0.86 | 0.59 |
| Hex | F0 | 69 | 3B | 0 | 38 | 4B | 6 | F | 56 | 3B |
| Octal | 360 | 151 | 73 | 0 | 70 | 113 | 6 | 17 | 126 | 73 |
| Binary | 11110000 | 1101001 | 111011 | 0 | 111000 | 1001011 | 110 | 1111 | 1010110 | 111011 |
Color Harmonies of #F0693B
Complementary color
Monochromatic Colors of #F0693B
Black with #F0693B
Text Example
Text Example
White with #F0693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0693B; }
p { color: rgb(240,105,59); }
H1.HeaderClassName
{
color: #F0693B;
}
.AnyTagClassName
{
color: #F0693B;
}
</style>
background-color css
<style>
a { background-color: #F0693B; }
a { background-color: rgb(240,105,59); }
div.DivClassName
{
background-color: #F0693B;
}
.BgClassName
{
background-color: #F0693B;
}
</style>
border-color css
<style>
span { border-color: #F0693B; }
span { border-color: rgb(240,105,59); }
td.TdClassName
{
border-color: #F0693B;
}
.TagClassName
{
border-color: #F0693B;
}
</style>