Shades of Burnt Orange #F27830
Tints of Burnt Orange #F27830
RGB
CMYK
RGB Variations
Color information
#F27830 (or 0xF27830) is known color: Burnt Orange. HEX triplet: F2, 78 and 30. RGB value is (242,120,48). Sum of RGB (Red+Green+Blue) = 242+120+48=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F27830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27830 is #0D87CF. Grayscale: #949494. Windows color (decimal): -886736 or 3176690. OLE color: 3176690.
HSL color Cylindrical-coordinate representation of color #F27830: hue angle of 22.27º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F27830 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 48 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.05 |
| HSL | 22.27º | 0.88% | 0.57% | - |
| HSV(B) | 22.27º | 0.8% | 0.95% | - |
| XYZ | 43.87 | 32.52 | 6.76 | - |
| YUV | 148.27 | 71.42 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 48 | 0 | 0.50 | 0.80 | 0.05 | 22.27 | 0.88 | 0.57 |
| Hex | F2 | 78 | 30 | 0 | 32 | 50 | 5 | 16 | 58 | 39 |
| Octal | 362 | 170 | 60 | 0 | 62 | 120 | 5 | 26 | 130 | 71 |
| Binary | 11110010 | 1111000 | 110000 | 0 | 110010 | 1010000 | 101 | 10110 | 1011000 | 111001 |
Color Harmonies of #F27830
Complementary color
Monochromatic Colors of #F27830
Black with #F27830
Text Example
Text Example
White with #F27830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27830; }
p { color: rgb(242,120,48); }
H1.HeaderClassName
{
color: #F27830;
}
.AnyTagClassName
{
color: #F27830;
}
</style>
background-color css
<style>
a { background-color: #F27830; }
a { background-color: rgb(242,120,48); }
div.DivClassName
{
background-color: #F27830;
}
.BgClassName
{
background-color: #F27830;
}
</style>
border-color css
<style>
span { border-color: #F27830; }
span { border-color: rgb(242,120,48); }
td.TdClassName
{
border-color: #F27830;
}
.TagClassName
{
border-color: #F27830;
}
</style>