Shades of Sunshade #F7A64C
Tints of Sunshade #F7A64C
RGB
CMYK
RGB Variations
Color information
#F7A64C (or 0xF7A64C) is known color: Sunshade. HEX triplet: F7, A6 and 4C. RGB value is (247,166,76). Sum of RGB (Red+Green+Blue) = 247+166+76=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A64C is #0859B3. Grayscale: #B4B4B4. Windows color (decimal): -547252 or 5023479. OLE color: 5023479.
HSL color Cylindrical-coordinate representation of color #F7A64C: hue angle of 31.58º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7A64C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 76 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.03 |
| HSL | 31.58º | 0.91% | 0.63% | - |
| HSV(B) | 31.58º | 0.69% | 0.97% | - |
| XYZ | 53.3 | 47.57 | 13.21 | - |
| YUV | 179.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 76 | 0 | 0.33 | 0.69 | 0.03 | 31.58 | 0.91 | 0.63 |
| Hex | F7 | A6 | 4C | 0 | 21 | 45 | 3 | 20 | 5B | 3F |
| Octal | 367 | 246 | 114 | 0 | 41 | 105 | 3 | 40 | 133 | 77 |
| Binary | 11110111 | 10100110 | 1001100 | 0 | 100001 | 1000101 | 11 | 100000 | 1011011 | 111111 |
Color Harmonies of #F7A64C
Complementary color
Monochromatic Colors of #F7A64C
Black with #F7A64C
Text Example
Text Example
White with #F7A64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A64C; }
p { color: rgb(247,166,76); }
H1.HeaderClassName
{
color: #F7A64C;
}
.AnyTagClassName
{
color: #F7A64C;
}
</style>
background-color css
<style>
a { background-color: #F7A64C; }
a { background-color: rgb(247,166,76); }
div.DivClassName
{
background-color: #F7A64C;
}
.BgClassName
{
background-color: #F7A64C;
}
</style>
border-color css
<style>
span { border-color: #F7A64C; }
span { border-color: rgb(247,166,76); }
td.TdClassName
{
border-color: #F7A64C;
}
.TagClassName
{
border-color: #F7A64C;
}
</style>