Shades of Burnt Sienna #F2784A
Tints of Burnt Sienna #F2784A
RGB
CMYK
RGB Variations
Color information
#F2784A (or 0xF2784A) is known color: Burnt Sienna. HEX triplet: F2, 78 and 4A. RGB value is (242,120,74). Sum of RGB (Red+Green+Blue) = 242+120+74=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2784A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2784A is #0D87B5. Grayscale: #979797. Windows color (decimal): -886710 or 4880626. OLE color: 4880626.
HSL color Cylindrical-coordinate representation of color #F2784A: hue angle of 16.43º degrees, saturation: 0.87, 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 #F2784A is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 74 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.05 |
| HSL | 16.43º | 0.87% | 0.62% | - |
| HSV(B) | 16.43º | 0.69% | 0.95% | - |
| XYZ | 44.57 | 32.8 | 10.46 | - |
| YUV | 151.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 74 | 0 | 0.50 | 0.69 | 0.05 | 16.43 | 0.87 | 0.62 |
| Hex | F2 | 78 | 4A | 0 | 32 | 45 | 5 | 10 | 57 | 3E |
| Octal | 362 | 170 | 112 | 0 | 62 | 105 | 5 | 20 | 127 | 76 |
| Binary | 11110010 | 1111000 | 1001010 | 0 | 110010 | 1000101 | 101 | 10000 | 1010111 | 111110 |
Color Harmonies of #F2784A
Complementary color
Monochromatic Colors of #F2784A
Black with #F2784A
Text Example
Text Example
White with #F2784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2784A; }
p { color: rgb(242,120,74); }
H1.HeaderClassName
{
color: #F2784A;
}
.AnyTagClassName
{
color: #F2784A;
}
</style>
background-color css
<style>
a { background-color: #F2784A; }
a { background-color: rgb(242,120,74); }
div.DivClassName
{
background-color: #F2784A;
}
.BgClassName
{
background-color: #F2784A;
}
</style>
border-color css
<style>
span { border-color: #F2784A; }
span { border-color: rgb(242,120,74); }
td.TdClassName
{
border-color: #F2784A;
}
.TagClassName
{
border-color: #F2784A;
}
</style>