Shades of Burnt Orange #F27732
Tints of Burnt Orange #F27732
RGB
CMYK
RGB Variations
Color information
#F27732 (or 0xF27732) is known color: Burnt Orange. HEX triplet: F2, 77 and 32. RGB value is (242,119,50). Sum of RGB (Red+Green+Blue) = 242+119+50=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F27732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27732 is #0D88CD. Grayscale: #949494. Windows color (decimal): -886990 or 3307506. OLE color: 3307506.
HSL color Cylindrical-coordinate representation of color #F27732: hue angle of 21.56º 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 #F27732 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 50 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.05 |
| HSL | 21.56º | 0.88% | 0.57% | - |
| HSV(B) | 21.56º | 0.79% | 0.95% | - |
| XYZ | 43.79 | 32.3 | 6.94 | - |
| YUV | 147.91 | 72.75 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 50 | 0 | 0.51 | 0.79 | 0.05 | 21.56 | 0.88 | 0.57 |
| Hex | F2 | 77 | 32 | 0 | 33 | 4F | 5 | 16 | 58 | 39 |
| Octal | 362 | 167 | 62 | 0 | 63 | 117 | 5 | 26 | 130 | 71 |
| Binary | 11110010 | 1110111 | 110010 | 0 | 110011 | 1001111 | 101 | 10110 | 1011000 | 111001 |
Color Harmonies of #F27732
Complementary color
Monochromatic Colors of #F27732
Black with #F27732
Text Example
Text Example
White with #F27732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27732; }
p { color: rgb(242,119,50); }
H1.HeaderClassName
{
color: #F27732;
}
.AnyTagClassName
{
color: #F27732;
}
</style>
background-color css
<style>
a { background-color: #F27732; }
a { background-color: rgb(242,119,50); }
div.DivClassName
{
background-color: #F27732;
}
.BgClassName
{
background-color: #F27732;
}
</style>
border-color css
<style>
span { border-color: #F27732; }
span { border-color: rgb(242,119,50); }
td.TdClassName
{
border-color: #F27732;
}
.TagClassName
{
border-color: #F27732;
}
</style>