Shades of Burnt Sienna #F26D4B
Tints of Burnt Sienna #F26D4B
RGB
CMYK
RGB Variations
Color information
#F26D4B (or 0xF26D4B) is known color: Burnt Sienna. HEX triplet: F2, 6D and 4B. RGB value is (242,109,75). Sum of RGB (Red+Green+Blue) = 242+109+75=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D4B is #0D92B4. Grayscale: #919191. Windows color (decimal): -889525 or 4943346. OLE color: 4943346.
HSL color Cylindrical-coordinate representation of color #F26D4B: hue angle of 12.22º 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 #F26D4B is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 75 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.05 |
| HSL | 12.22º | 0.87% | 0.62% | - |
| HSV(B) | 12.22º | 0.69% | 0.95% | - |
| XYZ | 43.36 | 30.32 | 10.22 | - |
| YUV | 144.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 75 | 0 | 0.55 | 0.69 | 0.05 | 12.22 | 0.87 | 0.62 |
| Hex | F2 | 6D | 4B | 0 | 37 | 45 | 5 | C | 57 | 3E |
| Octal | 362 | 155 | 113 | 0 | 67 | 105 | 5 | 14 | 127 | 76 |
| Binary | 11110010 | 1101101 | 1001011 | 0 | 110111 | 1000101 | 101 | 1100 | 1010111 | 111110 |
Color Harmonies of #F26D4B
Complementary color
Monochromatic Colors of #F26D4B
Black with #F26D4B
Text Example
Text Example
White with #F26D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D4B; }
p { color: rgb(242,109,75); }
H1.HeaderClassName
{
color: #F26D4B;
}
.AnyTagClassName
{
color: #F26D4B;
}
</style>
background-color css
<style>
a { background-color: #F26D4B; }
a { background-color: rgb(242,109,75); }
div.DivClassName
{
background-color: #F26D4B;
}
.BgClassName
{
background-color: #F26D4B;
}
</style>
border-color css
<style>
span { border-color: #F26D4B; }
span { border-color: rgb(242,109,75); }
td.TdClassName
{
border-color: #F26D4B;
}
.TagClassName
{
border-color: #F26D4B;
}
</style>