Shades of Burnt Orange #F66C2A
Tints of Burnt Orange #F66C2A
RGB
CMYK
RGB Variations
Color information
#F66C2A (or 0xF66C2A) is known color: Burnt Orange. HEX triplet: F6, 6C and 2A. RGB value is (246,108,42). Sum of RGB (Red+Green+Blue) = 246+108+42=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C2A is #0993D5. Grayscale: #8E8E8E. Windows color (decimal): -627670 or 2780406. OLE color: 2780406.
HSL color Cylindrical-coordinate representation of color #F66C2A: hue angle of 19.41º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F66C2A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 42 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.04 |
| HSL | 19.41º | 0.92% | 0.56% | - |
| HSV(B) | 19.41º | 0.83% | 0.96% | - |
| XYZ | 43.79 | 30.49 | 5.77 | - |
| YUV | 141.74 | 71.72 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 42 | 0 | 0.56 | 0.83 | 0.04 | 19.41 | 0.92 | 0.56 |
| Hex | F6 | 6C | 2A | 0 | 38 | 53 | 4 | 13 | 5C | 38 |
| Octal | 366 | 154 | 52 | 0 | 70 | 123 | 4 | 23 | 134 | 70 |
| Binary | 11110110 | 1101100 | 101010 | 0 | 111000 | 1010011 | 100 | 10011 | 1011100 | 111000 |
Color Harmonies of #F66C2A
Complementary color
Monochromatic Colors of #F66C2A
Black with #F66C2A
Text Example
Text Example
White with #F66C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C2A; }
p { color: rgb(246,108,42); }
H1.HeaderClassName
{
color: #F66C2A;
}
.AnyTagClassName
{
color: #F66C2A;
}
</style>
background-color css
<style>
a { background-color: #F66C2A; }
a { background-color: rgb(246,108,42); }
div.DivClassName
{
background-color: #F66C2A;
}
.BgClassName
{
background-color: #F66C2A;
}
</style>
border-color css
<style>
span { border-color: #F66C2A; }
span { border-color: rgb(246,108,42); }
td.TdClassName
{
border-color: #F66C2A;
}
.TagClassName
{
border-color: #F66C2A;
}
</style>