Shades of Burnt Sienna #F0735B
Tints of Burnt Sienna #F0735B
RGB
CMYK
RGB Variations
Color information
#F0735B (or 0xF0735B) is known color: Burnt Sienna. HEX triplet: F0, 73 and 5B. RGB value is (240,115,91). Sum of RGB (Red+Green+Blue) = 240+115+91=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0735B is #0F8CA4. Grayscale: #959595. Windows color (decimal): -1019045 or 5993456. OLE color: 5993456.
HSL color Cylindrical-coordinate representation of color #F0735B: hue angle of 9.66º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0735B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 91 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.06 |
| HSL | 9.66º | 0.83% | 0.65% | - |
| HSV(B) | 9.66º | 0.62% | 0.94% | - |
| XYZ | 43.95 | 31.54 | 13.67 | - |
| YUV | 149.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 91 | 0 | 0.52 | 0.62 | 0.06 | 9.66 | 0.83 | 0.65 |
| Hex | F0 | 73 | 5B | 0 | 34 | 3E | 6 | A | 53 | 41 |
| Octal | 360 | 163 | 133 | 0 | 64 | 76 | 6 | 12 | 123 | 101 |
| Binary | 11110000 | 1110011 | 1011011 | 0 | 110100 | 111110 | 110 | 1010 | 1010011 | 1000001 |
Color Harmonies of #F0735B
Complementary color
Monochromatic Colors of #F0735B
Black with #F0735B
Text Example
Text Example
White with #F0735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0735B; }
p { color: rgb(240,115,91); }
H1.HeaderClassName
{
color: #F0735B;
}
.AnyTagClassName
{
color: #F0735B;
}
</style>
background-color css
<style>
a { background-color: #F0735B; }
a { background-color: rgb(240,115,91); }
div.DivClassName
{
background-color: #F0735B;
}
.BgClassName
{
background-color: #F0735B;
}
</style>
border-color css
<style>
span { border-color: #F0735B; }
span { border-color: rgb(240,115,91); }
td.TdClassName
{
border-color: #F0735B;
}
.TagClassName
{
border-color: #F0735B;
}
</style>