Shades of Burnt Orange #F2682C
Tints of Burnt Orange #F2682C
RGB
CMYK
RGB Variations
Color information
#F2682C (or 0xF2682C) is known color: Burnt Orange. HEX triplet: F2, 68 and 2C. RGB value is (242,104,44). Sum of RGB (Red+Green+Blue) = 242+104+44=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2682C is #0D97D3. Grayscale: #8A8A8A. Windows color (decimal): -890836 or 2910450. OLE color: 2910450.
HSL color Cylindrical-coordinate representation of color #F2682C: hue angle of 18.18º 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 #F2682C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 44 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.05 |
| HSL | 18.18º | 0.88% | 0.56% | - |
| HSV(B) | 18.18º | 0.82% | 0.95% | - |
| XYZ | 42.02 | 28.96 | 5.76 | - |
| YUV | 138.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 44 | 0 | 0.57 | 0.82 | 0.05 | 18.18 | 0.88 | 0.56 |
| Hex | F2 | 68 | 2C | 0 | 39 | 52 | 5 | 12 | 58 | 38 |
| Octal | 362 | 150 | 54 | 0 | 71 | 122 | 5 | 22 | 130 | 70 |
| Binary | 11110010 | 1101000 | 101100 | 0 | 111001 | 1010010 | 101 | 10010 | 1011000 | 111000 |
Color Harmonies of #F2682C
Complementary color
Monochromatic Colors of #F2682C
Black with #F2682C
Text Example
Text Example
White with #F2682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2682C; }
p { color: rgb(242,104,44); }
H1.HeaderClassName
{
color: #F2682C;
}
.AnyTagClassName
{
color: #F2682C;
}
</style>
background-color css
<style>
a { background-color: #F2682C; }
a { background-color: rgb(242,104,44); }
div.DivClassName
{
background-color: #F2682C;
}
.BgClassName
{
background-color: #F2682C;
}
</style>
border-color css
<style>
span { border-color: #F2682C; }
span { border-color: rgb(242,104,44); }
td.TdClassName
{
border-color: #F2682C;
}
.TagClassName
{
border-color: #F2682C;
}
</style>