Shades of Burnt Sienna #F2785C
Tints of Burnt Sienna #F2785C
RGB
CMYK
RGB Variations
Color information
#F2785C (or 0xF2785C) is known color: Burnt Sienna. HEX triplet: F2, 78 and 5C. RGB value is (242,120,92). Sum of RGB (Red+Green+Blue) = 242+120+92=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2785C is #0D87A3. Grayscale: #999999. Windows color (decimal): -886692 or 6060274. OLE color: 6060274.
HSL color Cylindrical-coordinate representation of color #F2785C: hue angle of 11.2º 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 #F2785C is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 92 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.05 |
| HSL | 11.2º | 0.85% | 0.65% | - |
| HSV(B) | 11.2º | 0.62% | 0.95% | - |
| XYZ | 45.27 | 33.08 | 14.13 | - |
| YUV | 153.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 92 | 0 | 0.50 | 0.62 | 0.05 | 11.2 | 0.85 | 0.65 |
| Hex | F2 | 78 | 5C | 0 | 32 | 3E | 5 | B | 55 | 41 |
| Octal | 362 | 170 | 134 | 0 | 62 | 76 | 5 | 13 | 125 | 101 |
| Binary | 11110010 | 1111000 | 1011100 | 0 | 110010 | 111110 | 101 | 1011 | 1010101 | 1000001 |
Color Harmonies of #F2785C
Complementary color
Monochromatic Colors of #F2785C
Black with #F2785C
Text Example
Text Example
White with #F2785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2785C; }
p { color: rgb(242,120,92); }
H1.HeaderClassName
{
color: #F2785C;
}
.AnyTagClassName
{
color: #F2785C;
}
</style>
background-color css
<style>
a { background-color: #F2785C; }
a { background-color: rgb(242,120,92); }
div.DivClassName
{
background-color: #F2785C;
}
.BgClassName
{
background-color: #F2785C;
}
</style>
border-color css
<style>
span { border-color: #F2785C; }
span { border-color: rgb(242,120,92); }
td.TdClassName
{
border-color: #F2785C;
}
.TagClassName
{
border-color: #F2785C;
}
</style>