Shades of Burnt Orange #F2772B
Tints of Burnt Orange #F2772B
RGB
CMYK
RGB Variations
Color information
#F2772B (or 0xF2772B) is known color: Burnt Orange. HEX triplet: F2, 77 and 2B. RGB value is (242,119,43). Sum of RGB (Red+Green+Blue) = 242+119+43=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2772B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2772B is #0D88D4. Grayscale: #939393. Windows color (decimal): -886997 or 2848754. OLE color: 2848754.
HSL color Cylindrical-coordinate representation of color #F2772B: hue angle of 22.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2772B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 43 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.05 |
| HSL | 22.91º | 0.88% | 0.56% | - |
| HSV(B) | 22.91º | 0.82% | 0.95% | - |
| XYZ | 43.65 | 32.25 | 6.21 | - |
| YUV | 147.11 | 69.25 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 43 | 0 | 0.51 | 0.82 | 0.05 | 22.91 | 0.88 | 0.56 |
| Hex | F2 | 77 | 2B | 0 | 33 | 52 | 5 | 17 | 58 | 38 |
| Octal | 362 | 167 | 53 | 0 | 63 | 122 | 5 | 27 | 130 | 70 |
| Binary | 11110010 | 1110111 | 101011 | 0 | 110011 | 1010010 | 101 | 10111 | 1011000 | 111000 |
Color Harmonies of #F2772B
Complementary color
Monochromatic Colors of #F2772B
Black with #F2772B
Text Example
Text Example
White with #F2772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2772B; }
p { color: rgb(242,119,43); }
H1.HeaderClassName
{
color: #F2772B;
}
.AnyTagClassName
{
color: #F2772B;
}
</style>
background-color css
<style>
a { background-color: #F2772B; }
a { background-color: rgb(242,119,43); }
div.DivClassName
{
background-color: #F2772B;
}
.BgClassName
{
background-color: #F2772B;
}
</style>
border-color css
<style>
span { border-color: #F2772B; }
span { border-color: rgb(242,119,43); }
td.TdClassName
{
border-color: #F2772B;
}
.TagClassName
{
border-color: #F2772B;
}
</style>