Shades of Burnt Sienna #F2785B
Tints of Burnt Sienna #F2785B
RGB
CMYK
RGB Variations
Color information
#F2785B (or 0xF2785B) is known color: Burnt Sienna. HEX triplet: F2, 78 and 5B. RGB value is (242,120,91). Sum of RGB (Red+Green+Blue) = 242+120+91=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2785B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2785B is #0D87A4. Grayscale: #999999. Windows color (decimal): -886693 or 5994738. OLE color: 5994738.
HSL color Cylindrical-coordinate representation of color #F2785B: hue angle of 11.52º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2785B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 91 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.05 |
| HSL | 11.52º | 0.85% | 0.65% | - |
| HSV(B) | 11.52º | 0.62% | 0.95% | - |
| XYZ | 45.22 | 33.07 | 13.9 | - |
| YUV | 153.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 91 | 0 | 0.50 | 0.62 | 0.05 | 11.52 | 0.85 | 0.65 |
| Hex | F2 | 78 | 5B | 0 | 32 | 3E | 5 | C | 55 | 41 |
| Octal | 362 | 170 | 133 | 0 | 62 | 76 | 5 | 14 | 125 | 101 |
| Binary | 11110010 | 1111000 | 1011011 | 0 | 110010 | 111110 | 101 | 1100 | 1010101 | 1000001 |
Color Harmonies of #F2785B
Complementary color
Monochromatic Colors of #F2785B
Black with #F2785B
Text Example
Text Example
White with #F2785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2785B; }
p { color: rgb(242,120,91); }
H1.HeaderClassName
{
color: #F2785B;
}
.AnyTagClassName
{
color: #F2785B;
}
</style>
background-color css
<style>
a { background-color: #F2785B; }
a { background-color: rgb(242,120,91); }
div.DivClassName
{
background-color: #F2785B;
}
.BgClassName
{
background-color: #F2785B;
}
</style>
border-color css
<style>
span { border-color: #F2785B; }
span { border-color: rgb(242,120,91); }
td.TdClassName
{
border-color: #F2785B;
}
.TagClassName
{
border-color: #F2785B;
}
</style>