Shades of Burnt Orange #F0693A
Tints of Burnt Orange #F0693A
RGB
CMYK
RGB Variations
Color information
#F0693A (or 0xF0693A) is known color: Burnt Orange. HEX triplet: F0, 69 and 3A. RGB value is (240,105,58). Sum of RGB (Red+Green+Blue) = 240+105+58=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0693A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0693A is #0F96C5. Grayscale: #8C8C8C. Windows color (decimal): -1021638 or 3828208. OLE color: 3828208.
HSL color Cylindrical-coordinate representation of color #F0693A: hue angle of 15.49º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0693A is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 58 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.06 |
| HSL | 15.49º | 0.86% | 0.58% | - |
| HSV(B) | 15.49º | 0.76% | 0.94% | - |
| XYZ | 41.75 | 28.93 | 7.39 | - |
| YUV | 140.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 58 | 0 | 0.56 | 0.76 | 0.06 | 15.49 | 0.86 | 0.58 |
| Hex | F0 | 69 | 3A | 0 | 38 | 4C | 6 | F | 56 | 3A |
| Octal | 360 | 151 | 72 | 0 | 70 | 114 | 6 | 17 | 126 | 72 |
| Binary | 11110000 | 1101001 | 111010 | 0 | 111000 | 1001100 | 110 | 1111 | 1010110 | 111010 |
Color Harmonies of #F0693A
Complementary color
Monochromatic Colors of #F0693A
Black with #F0693A
Text Example
Text Example
White with #F0693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0693A; }
p { color: rgb(240,105,58); }
H1.HeaderClassName
{
color: #F0693A;
}
.AnyTagClassName
{
color: #F0693A;
}
</style>
background-color css
<style>
a { background-color: #F0693A; }
a { background-color: rgb(240,105,58); }
div.DivClassName
{
background-color: #F0693A;
}
.BgClassName
{
background-color: #F0693A;
}
</style>
border-color css
<style>
span { border-color: #F0693A; }
span { border-color: rgb(240,105,58); }
td.TdClassName
{
border-color: #F0693A;
}
.TagClassName
{
border-color: #F0693A;
}
</style>