Shades of Burnt Sienna #F26F43
Tints of Burnt Sienna #F26F43
RGB
CMYK
RGB Variations
Color information
#F26F43 (or 0xF26F43) is known color: Burnt Sienna. HEX triplet: F2, 6F and 43. RGB value is (242,111,67). Sum of RGB (Red+Green+Blue) = 242+111+67=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F43 is #0D90BC. Grayscale: #919191. Windows color (decimal): -889021 or 4419570. OLE color: 4419570.
HSL color Cylindrical-coordinate representation of color #F26F43: hue angle of 15.09º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F26F43 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 67 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.05 |
| HSL | 15.09º | 0.87% | 0.61% | - |
| HSV(B) | 15.09º | 0.72% | 0.95% | - |
| XYZ | 43.32 | 30.65 | 8.94 | - |
| YUV | 145.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 67 | 0 | 0.54 | 0.72 | 0.05 | 15.09 | 0.87 | 0.61 |
| Hex | F2 | 6F | 43 | 0 | 36 | 48 | 5 | F | 57 | 3D |
| Octal | 362 | 157 | 103 | 0 | 66 | 110 | 5 | 17 | 127 | 75 |
| Binary | 11110010 | 1101111 | 1000011 | 0 | 110110 | 1001000 | 101 | 1111 | 1010111 | 111101 |
Color Harmonies of #F26F43
Complementary color
Monochromatic Colors of #F26F43
Black with #F26F43
Text Example
Text Example
White with #F26F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F43; }
p { color: rgb(242,111,67); }
H1.HeaderClassName
{
color: #F26F43;
}
.AnyTagClassName
{
color: #F26F43;
}
</style>
background-color css
<style>
a { background-color: #F26F43; }
a { background-color: rgb(242,111,67); }
div.DivClassName
{
background-color: #F26F43;
}
.BgClassName
{
background-color: #F26F43;
}
</style>
border-color css
<style>
span { border-color: #F26F43; }
span { border-color: rgb(242,111,67); }
td.TdClassName
{
border-color: #F26F43;
}
.TagClassName
{
border-color: #F26F43;
}
</style>