Shades of Burnt Orange #F27632
Tints of Burnt Orange #F27632
RGB
CMYK
RGB Variations
Color information
#F27632 (or 0xF27632) is known color: Burnt Orange. HEX triplet: F2, 76 and 32. RGB value is (242,118,50). Sum of RGB (Red+Green+Blue) = 242+118+50=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F27632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27632 is #0D89CD. Grayscale: #939393. Windows color (decimal): -887246 or 3307250. OLE color: 3307250.
HSL color Cylindrical-coordinate representation of color #F27632: hue angle of 21.25º 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 #F27632 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 50 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.05 |
| HSL | 21.25º | 0.88% | 0.57% | - |
| HSV(B) | 21.25º | 0.79% | 0.95% | - |
| XYZ | 43.67 | 32.06 | 6.9 | - |
| YUV | 147.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 50 | 0 | 0.51 | 0.79 | 0.05 | 21.25 | 0.88 | 0.57 |
| Hex | F2 | 76 | 32 | 0 | 33 | 4F | 5 | 15 | 58 | 39 |
| Octal | 362 | 166 | 62 | 0 | 63 | 117 | 5 | 25 | 130 | 71 |
| Binary | 11110010 | 1110110 | 110010 | 0 | 110011 | 1001111 | 101 | 10101 | 1011000 | 111001 |
Color Harmonies of #F27632
Complementary color
Monochromatic Colors of #F27632
Black with #F27632
Text Example
Text Example
White with #F27632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27632; }
p { color: rgb(242,118,50); }
H1.HeaderClassName
{
color: #F27632;
}
.AnyTagClassName
{
color: #F27632;
}
</style>
background-color css
<style>
a { background-color: #F27632; }
a { background-color: rgb(242,118,50); }
div.DivClassName
{
background-color: #F27632;
}
.BgClassName
{
background-color: #F27632;
}
</style>
border-color css
<style>
span { border-color: #F27632; }
span { border-color: rgb(242,118,50); }
td.TdClassName
{
border-color: #F27632;
}
.TagClassName
{
border-color: #F27632;
}
</style>