Shades of Burnt Sienna #F2704C
Tints of Burnt Sienna #F2704C
RGB
CMYK
RGB Variations
Color information
#F2704C (or 0xF2704C) is known color: Burnt Sienna. HEX triplet: F2, 70 and 4C. RGB value is (242,112,76). Sum of RGB (Red+Green+Blue) = 242+112+76=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2704C is #0D8FB3. Grayscale: #939393. Windows color (decimal): -888756 or 5009650. OLE color: 5009650.
HSL color Cylindrical-coordinate representation of color #F2704C: hue angle of 13.01º 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 #F2704C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 76 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.05 |
| HSL | 13.01º | 0.86% | 0.62% | - |
| HSV(B) | 13.01º | 0.69% | 0.95% | - |
| XYZ | 43.72 | 30.99 | 10.51 | - |
| YUV | 146.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 76 | 0 | 0.54 | 0.69 | 0.05 | 13.01 | 0.86 | 0.62 |
| Hex | F2 | 70 | 4C | 0 | 36 | 45 | 5 | D | 56 | 3E |
| Octal | 362 | 160 | 114 | 0 | 66 | 105 | 5 | 15 | 126 | 76 |
| Binary | 11110010 | 1110000 | 1001100 | 0 | 110110 | 1000101 | 101 | 1101 | 1010110 | 111110 |
Color Harmonies of #F2704C
Complementary color
Monochromatic Colors of #F2704C
Black with #F2704C
Text Example
Text Example
White with #F2704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2704C; }
p { color: rgb(242,112,76); }
H1.HeaderClassName
{
color: #F2704C;
}
.AnyTagClassName
{
color: #F2704C;
}
</style>
background-color css
<style>
a { background-color: #F2704C; }
a { background-color: rgb(242,112,76); }
div.DivClassName
{
background-color: #F2704C;
}
.BgClassName
{
background-color: #F2704C;
}
</style>
border-color css
<style>
span { border-color: #F2704C; }
span { border-color: rgb(242,112,76); }
td.TdClassName
{
border-color: #F2704C;
}
.TagClassName
{
border-color: #F2704C;
}
</style>