Shades of Burnt Orange #F26E33
Tints of Burnt Orange #F26E33
RGB
CMYK
RGB Variations
Color information
#F26E33 (or 0xF26E33) is known color: Burnt Orange. HEX triplet: F2, 6E and 33. RGB value is (242,110,51). Sum of RGB (Red+Green+Blue) = 242+110+51=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E33 is #0D91CC. Grayscale: #8F8F8F. Windows color (decimal): -889293 or 3370738. OLE color: 3370738.
HSL color Cylindrical-coordinate representation of color #F26E33: hue angle of 18.53º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F26E33 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 51 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.05 |
| HSL | 18.53º | 0.88% | 0.57% | - |
| HSV(B) | 18.53º | 0.79% | 0.95% | - |
| XYZ | 42.79 | 30.27 | 6.72 | - |
| YUV | 142.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 51 | 0 | 0.55 | 0.79 | 0.05 | 18.53 | 0.88 | 0.57 |
| Hex | F2 | 6E | 33 | 0 | 37 | 4F | 5 | 13 | 58 | 39 |
| Octal | 362 | 156 | 63 | 0 | 67 | 117 | 5 | 23 | 130 | 71 |
| Binary | 11110010 | 1101110 | 110011 | 0 | 110111 | 1001111 | 101 | 10011 | 1011000 | 111001 |
Color Harmonies of #F26E33
Complementary color
Monochromatic Colors of #F26E33
Black with #F26E33
Text Example
Text Example
White with #F26E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E33; }
p { color: rgb(242,110,51); }
H1.HeaderClassName
{
color: #F26E33;
}
.AnyTagClassName
{
color: #F26E33;
}
</style>
background-color css
<style>
a { background-color: #F26E33; }
a { background-color: rgb(242,110,51); }
div.DivClassName
{
background-color: #F26E33;
}
.BgClassName
{
background-color: #F26E33;
}
</style>
border-color css
<style>
span { border-color: #F26E33; }
span { border-color: rgb(242,110,51); }
td.TdClassName
{
border-color: #F26E33;
}
.TagClassName
{
border-color: #F26E33;
}
</style>