Shades of Burnt Orange #F27630
Tints of Burnt Orange #F27630
RGB
CMYK
RGB Variations
Color information
#F27630 (or 0xF27630) is known color: Burnt Orange. HEX triplet: F2, 76 and 30. RGB value is (242,118,48). Sum of RGB (Red+Green+Blue) = 242+118+48=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F27630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27630 is #0D89CF. Grayscale: #939393. Windows color (decimal): -887248 or 3176178. OLE color: 3176178.
HSL color Cylindrical-coordinate representation of color #F27630: hue angle of 21.65º 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 #F27630 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 48 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.05 |
| HSL | 21.65º | 0.88% | 0.57% | - |
| HSV(B) | 21.65º | 0.8% | 0.95% | - |
| XYZ | 43.63 | 32.05 | 6.68 | - |
| YUV | 147.1 | 72.08 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 48 | 0 | 0.51 | 0.80 | 0.05 | 21.65 | 0.88 | 0.57 |
| Hex | F2 | 76 | 30 | 0 | 33 | 50 | 5 | 16 | 58 | 39 |
| Octal | 362 | 166 | 60 | 0 | 63 | 120 | 5 | 26 | 130 | 71 |
| Binary | 11110010 | 1110110 | 110000 | 0 | 110011 | 1010000 | 101 | 10110 | 1011000 | 111001 |
Color Harmonies of #F27630
Complementary color
Monochromatic Colors of #F27630
Black with #F27630
Text Example
Text Example
White with #F27630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27630; }
p { color: rgb(242,118,48); }
H1.HeaderClassName
{
color: #F27630;
}
.AnyTagClassName
{
color: #F27630;
}
</style>
background-color css
<style>
a { background-color: #F27630; }
a { background-color: rgb(242,118,48); }
div.DivClassName
{
background-color: #F27630;
}
.BgClassName
{
background-color: #F27630;
}
</style>
border-color css
<style>
span { border-color: #F27630; }
span { border-color: rgb(242,118,48); }
td.TdClassName
{
border-color: #F27630;
}
.TagClassName
{
border-color: #F27630;
}
</style>