Shades of Burnt Sienna #F0694D
Tints of Burnt Sienna #F0694D
RGB
CMYK
RGB Variations
Color information
#F0694D (or 0xF0694D) is known color: Burnt Sienna. HEX triplet: F0, 69 and 4D. RGB value is (240,105,77). Sum of RGB (Red+Green+Blue) = 240+105+77=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0694D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0694D is #0F96B2. Grayscale: #8E8E8E. Windows color (decimal): -1021619 or 5073392. OLE color: 5073392.
HSL color Cylindrical-coordinate representation of color #F0694D: hue angle of 10.31º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0694D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 77 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.06 |
| HSL | 10.31º | 0.84% | 0.62% | - |
| HSV(B) | 10.31º | 0.68% | 0.94% | - |
| XYZ | 42.33 | 29.16 | 10.42 | - |
| YUV | 142.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 77 | 0 | 0.56 | 0.68 | 0.06 | 10.31 | 0.84 | 0.62 |
| Hex | F0 | 69 | 4D | 0 | 38 | 44 | 6 | A | 54 | 3E |
| Octal | 360 | 151 | 115 | 0 | 70 | 104 | 6 | 12 | 124 | 76 |
| Binary | 11110000 | 1101001 | 1001101 | 0 | 111000 | 1000100 | 110 | 1010 | 1010100 | 111110 |
Color Harmonies of #F0694D
Complementary color
Monochromatic Colors of #F0694D
Black with #F0694D
Text Example
Text Example
White with #F0694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0694D; }
p { color: rgb(240,105,77); }
H1.HeaderClassName
{
color: #F0694D;
}
.AnyTagClassName
{
color: #F0694D;
}
</style>
background-color css
<style>
a { background-color: #F0694D; }
a { background-color: rgb(240,105,77); }
div.DivClassName
{
background-color: #F0694D;
}
.BgClassName
{
background-color: #F0694D;
}
</style>
border-color css
<style>
span { border-color: #F0694D; }
span { border-color: rgb(240,105,77); }
td.TdClassName
{
border-color: #F0694D;
}
.TagClassName
{
border-color: #F0694D;
}
</style>