Shades of Burnt Orange #F27629
Tints of Burnt Orange #F27629
RGB
CMYK
RGB Variations
Color information
#F27629 (or 0xF27629) is known color: Burnt Orange. HEX triplet: F2, 76 and 29. RGB value is (242,118,41). Sum of RGB (Red+Green+Blue) = 242+118+41=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F27629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27629 is #0D89D6. Grayscale: #929292. Windows color (decimal): -887255 or 2717426. OLE color: 2717426.
HSL color Cylindrical-coordinate representation of color #F27629: hue angle of 22.99º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F27629 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 41 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.05 |
| HSL | 22.99º | 0.89% | 0.55% | - |
| HSV(B) | 22.99º | 0.83% | 0.95% | - |
| XYZ | 43.5 | 31.99 | 5.98 | - |
| YUV | 146.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 41 | 0 | 0.51 | 0.83 | 0.05 | 22.99 | 0.89 | 0.55 |
| Hex | F2 | 76 | 29 | 0 | 33 | 53 | 5 | 17 | 59 | 37 |
| Octal | 362 | 166 | 51 | 0 | 63 | 123 | 5 | 27 | 131 | 67 |
| Binary | 11110010 | 1110110 | 101001 | 0 | 110011 | 1010011 | 101 | 10111 | 1011001 | 110111 |
Color Harmonies of #F27629
Complementary color
Monochromatic Colors of #F27629
Black with #F27629
Text Example
Text Example
White with #F27629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27629; }
p { color: rgb(242,118,41); }
H1.HeaderClassName
{
color: #F27629;
}
.AnyTagClassName
{
color: #F27629;
}
</style>
background-color css
<style>
a { background-color: #F27629; }
a { background-color: rgb(242,118,41); }
div.DivClassName
{
background-color: #F27629;
}
.BgClassName
{
background-color: #F27629;
}
</style>
border-color css
<style>
span { border-color: #F27629; }
span { border-color: rgb(242,118,41); }
td.TdClassName
{
border-color: #F27629;
}
.TagClassName
{
border-color: #F27629;
}
</style>