Shades of Burnt Sienna #F2784C
Tints of Burnt Sienna #F2784C
RGB
CMYK
RGB Variations
Color information
#F2784C (or 0xF2784C) is known color: Burnt Sienna. HEX triplet: F2, 78 and 4C. RGB value is (242,120,76). Sum of RGB (Red+Green+Blue) = 242+120+76=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2784C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2784C is #0D87B3. Grayscale: #979797. Windows color (decimal): -886708 or 5011698. OLE color: 5011698.
HSL color Cylindrical-coordinate representation of color #F2784C: hue angle of 15.9º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2784C is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 76 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.05 |
| HSL | 15.9º | 0.86% | 0.62% | - |
| HSV(B) | 15.9º | 0.69% | 0.95% | - |
| XYZ | 44.64 | 32.83 | 10.82 | - |
| YUV | 151.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 76 | 0 | 0.50 | 0.69 | 0.05 | 15.9 | 0.86 | 0.62 |
| Hex | F2 | 78 | 4C | 0 | 32 | 45 | 5 | 10 | 56 | 3E |
| Octal | 362 | 170 | 114 | 0 | 62 | 105 | 5 | 20 | 126 | 76 |
| Binary | 11110010 | 1111000 | 1001100 | 0 | 110010 | 1000101 | 101 | 10000 | 1010110 | 111110 |
Color Harmonies of #F2784C
Complementary color
Monochromatic Colors of #F2784C
Black with #F2784C
Text Example
Text Example
White with #F2784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2784C; }
p { color: rgb(242,120,76); }
H1.HeaderClassName
{
color: #F2784C;
}
.AnyTagClassName
{
color: #F2784C;
}
</style>
background-color css
<style>
a { background-color: #F2784C; }
a { background-color: rgb(242,120,76); }
div.DivClassName
{
background-color: #F2784C;
}
.BgClassName
{
background-color: #F2784C;
}
</style>
border-color css
<style>
span { border-color: #F2784C; }
span { border-color: rgb(242,120,76); }
td.TdClassName
{
border-color: #F2784C;
}
.TagClassName
{
border-color: #F2784C;
}
</style>