Shades of Burnt Sienna #F26F44
Tints of Burnt Sienna #F26F44
RGB
CMYK
RGB Variations
Color information
#F26F44 (or 0xF26F44) is known color: Burnt Sienna. HEX triplet: F2, 6F and 44. RGB value is (242,111,68). Sum of RGB (Red+Green+Blue) = 242+111+68=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F44 is #0D90BB. Grayscale: #919191. Windows color (decimal): -889020 or 4485106. OLE color: 4485106.
HSL color Cylindrical-coordinate representation of color #F26F44: hue angle of 14.83º 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 #F26F44 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 68 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.05 |
| HSL | 14.83º | 0.87% | 0.61% | - |
| HSV(B) | 14.83º | 0.72% | 0.95% | - |
| XYZ | 43.35 | 30.66 | 9.1 | - |
| YUV | 145.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 68 | 0 | 0.54 | 0.72 | 0.05 | 14.83 | 0.87 | 0.61 |
| Hex | F2 | 6F | 44 | 0 | 36 | 48 | 5 | F | 57 | 3D |
| Octal | 362 | 157 | 104 | 0 | 66 | 110 | 5 | 17 | 127 | 75 |
| Binary | 11110010 | 1101111 | 1000100 | 0 | 110110 | 1001000 | 101 | 1111 | 1010111 | 111101 |
Color Harmonies of #F26F44
Complementary color
Monochromatic Colors of #F26F44
Black with #F26F44
Text Example
Text Example
White with #F26F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F44; }
p { color: rgb(242,111,68); }
H1.HeaderClassName
{
color: #F26F44;
}
.AnyTagClassName
{
color: #F26F44;
}
</style>
background-color css
<style>
a { background-color: #F26F44; }
a { background-color: rgb(242,111,68); }
div.DivClassName
{
background-color: #F26F44;
}
.BgClassName
{
background-color: #F26F44;
}
</style>
border-color css
<style>
span { border-color: #F26F44; }
span { border-color: rgb(242,111,68); }
td.TdClassName
{
border-color: #F26F44;
}
.TagClassName
{
border-color: #F26F44;
}
</style>