Shades of Burnt Sienna #F0745B
Tints of Burnt Sienna #F0745B
RGB
CMYK
RGB Variations
Color information
#F0745B (or 0xF0745B) is known color: Burnt Sienna. HEX triplet: F0, 74 and 5B. RGB value is (240,116,91). Sum of RGB (Red+Green+Blue) = 240+116+91=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0745B is #0F8BA4. Grayscale: #969696. Windows color (decimal): -1018789 or 5993712. OLE color: 5993712.
HSL color Cylindrical-coordinate representation of color #F0745B: hue angle of 10.07º 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 #F0745B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 91 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.06 |
| HSL | 10.07º | 0.83% | 0.65% | - |
| HSV(B) | 10.07º | 0.62% | 0.94% | - |
| XYZ | 44.07 | 31.77 | 13.71 | - |
| YUV | 150.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 91 | 0 | 0.52 | 0.62 | 0.06 | 10.07 | 0.83 | 0.65 |
| Hex | F0 | 74 | 5B | 0 | 34 | 3E | 6 | A | 53 | 41 |
| Octal | 360 | 164 | 133 | 0 | 64 | 76 | 6 | 12 | 123 | 101 |
| Binary | 11110000 | 1110100 | 1011011 | 0 | 110100 | 111110 | 110 | 1010 | 1010011 | 1000001 |
Color Harmonies of #F0745B
Complementary color
Monochromatic Colors of #F0745B
Black with #F0745B
Text Example
Text Example
White with #F0745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0745B; }
p { color: rgb(240,116,91); }
H1.HeaderClassName
{
color: #F0745B;
}
.AnyTagClassName
{
color: #F0745B;
}
</style>
background-color css
<style>
a { background-color: #F0745B; }
a { background-color: rgb(240,116,91); }
div.DivClassName
{
background-color: #F0745B;
}
.BgClassName
{
background-color: #F0745B;
}
</style>
border-color css
<style>
span { border-color: #F0745B; }
span { border-color: rgb(240,116,91); }
td.TdClassName
{
border-color: #F0745B;
}
.TagClassName
{
border-color: #F0745B;
}
</style>