Shades of Burnt Orange #F27934
Tints of Burnt Orange #F27934
RGB
CMYK
RGB Variations
Color information
#F27934 (or 0xF27934) is known color: Burnt Orange. HEX triplet: F2, 79 and 34. RGB value is (242,121,52). Sum of RGB (Red+Green+Blue) = 242+121+52=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F27934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27934 is #0D86CB. Grayscale: #959595. Windows color (decimal): -886476 or 3439090. OLE color: 3439090.
HSL color Cylindrical-coordinate representation of color #F27934: hue angle of 21.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F27934 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 52 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.05 |
| HSL | 21.79º | 0.88% | 0.58% | - |
| HSV(B) | 21.79º | 0.79% | 0.95% | - |
| XYZ | 44.08 | 32.8 | 7.26 | - |
| YUV | 149.31 | 73.09 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 52 | 0 | 0.50 | 0.79 | 0.05 | 21.79 | 0.88 | 0.58 |
| Hex | F2 | 79 | 34 | 0 | 32 | 4F | 5 | 16 | 58 | 3A |
| Octal | 362 | 171 | 64 | 0 | 62 | 117 | 5 | 26 | 130 | 72 |
| Binary | 11110010 | 1111001 | 110100 | 0 | 110010 | 1001111 | 101 | 10110 | 1011000 | 111010 |
Color Harmonies of #F27934
Complementary color
Monochromatic Colors of #F27934
Black with #F27934
Text Example
Text Example
White with #F27934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27934; }
p { color: rgb(242,121,52); }
H1.HeaderClassName
{
color: #F27934;
}
.AnyTagClassName
{
color: #F27934;
}
</style>
background-color css
<style>
a { background-color: #F27934; }
a { background-color: rgb(242,121,52); }
div.DivClassName
{
background-color: #F27934;
}
.BgClassName
{
background-color: #F27934;
}
</style>
border-color css
<style>
span { border-color: #F27934; }
span { border-color: rgb(242,121,52); }
td.TdClassName
{
border-color: #F27934;
}
.TagClassName
{
border-color: #F27934;
}
</style>