Shades of Sunshade #F6A64A
Tints of Sunshade #F6A64A
RGB
CMYK
RGB Variations
Color information
#F6A64A (or 0xF6A64A) is known color: Sunshade. HEX triplet: F6, A6 and 4A. RGB value is (246,166,74). Sum of RGB (Red+Green+Blue) = 246+166+74=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A64A is #0959B5. Grayscale: #B3B3B3. Windows color (decimal): -612790 or 4892406. OLE color: 4892406.
HSL color Cylindrical-coordinate representation of color #F6A64A: hue angle of 32.09º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6A64A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 74 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.04 |
| HSL | 32.09º | 0.91% | 0.63% | - |
| HSV(B) | 32.09º | 0.7% | 0.96% | - |
| XYZ | 52.88 | 47.36 | 12.83 | - |
| YUV | 179.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 74 | 0 | 0.33 | 0.70 | 0.04 | 32.09 | 0.91 | 0.63 |
| Hex | F6 | A6 | 4A | 0 | 21 | 46 | 4 | 20 | 5B | 3F |
| Octal | 366 | 246 | 112 | 0 | 41 | 106 | 4 | 40 | 133 | 77 |
| Binary | 11110110 | 10100110 | 1001010 | 0 | 100001 | 1000110 | 100 | 100000 | 1011011 | 111111 |
Color Harmonies of #F6A64A
Complementary color
Monochromatic Colors of #F6A64A
Black with #F6A64A
Text Example
Text Example
White with #F6A64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A64A; }
p { color: rgb(246,166,74); }
H1.HeaderClassName
{
color: #F6A64A;
}
.AnyTagClassName
{
color: #F6A64A;
}
</style>
background-color css
<style>
a { background-color: #F6A64A; }
a { background-color: rgb(246,166,74); }
div.DivClassName
{
background-color: #F6A64A;
}
.BgClassName
{
background-color: #F6A64A;
}
</style>
border-color css
<style>
span { border-color: #F6A64A; }
span { border-color: rgb(246,166,74); }
td.TdClassName
{
border-color: #F6A64A;
}
.TagClassName
{
border-color: #F6A64A;
}
</style>