Shades of Burnt Sienna #F26D4C
Tints of Burnt Sienna #F26D4C
RGB
CMYK
RGB Variations
Color information
#F26D4C (or 0xF26D4C) is known color: Burnt Sienna. HEX triplet: F2, 6D and 4C. RGB value is (242,109,76). Sum of RGB (Red+Green+Blue) = 242+109+76=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D4C is #0D92B3. Grayscale: #919191. Windows color (decimal): -889524 or 5008882. OLE color: 5008882.
HSL color Cylindrical-coordinate representation of color #F26D4C: hue angle of 11.93º 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 #F26D4C is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 76 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.05 |
| HSL | 11.93º | 0.86% | 0.62% | - |
| HSV(B) | 11.93º | 0.69% | 0.95% | - |
| XYZ | 43.39 | 30.34 | 10.41 | - |
| YUV | 145.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 76 | 0 | 0.55 | 0.69 | 0.05 | 11.93 | 0.86 | 0.62 |
| Hex | F2 | 6D | 4C | 0 | 37 | 45 | 5 | C | 56 | 3E |
| Octal | 362 | 155 | 114 | 0 | 67 | 105 | 5 | 14 | 126 | 76 |
| Binary | 11110010 | 1101101 | 1001100 | 0 | 110111 | 1000101 | 101 | 1100 | 1010110 | 111110 |
Color Harmonies of #F26D4C
Complementary color
Monochromatic Colors of #F26D4C
Black with #F26D4C
Text Example
Text Example
White with #F26D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D4C; }
p { color: rgb(242,109,76); }
H1.HeaderClassName
{
color: #F26D4C;
}
.AnyTagClassName
{
color: #F26D4C;
}
</style>
background-color css
<style>
a { background-color: #F26D4C; }
a { background-color: rgb(242,109,76); }
div.DivClassName
{
background-color: #F26D4C;
}
.BgClassName
{
background-color: #F26D4C;
}
</style>
border-color css
<style>
span { border-color: #F26D4C; }
span { border-color: rgb(242,109,76); }
td.TdClassName
{
border-color: #F26D4C;
}
.TagClassName
{
border-color: #F26D4C;
}
</style>