Shades of Sunshade #F49C40
Tints of Sunshade #F49C40
RGB
CMYK
RGB Variations
Color information
#F49C40 (or 0xF49C40) is known color: Sunshade. HEX triplet: F4, 9C and 40. RGB value is (244,156,64). Sum of RGB (Red+Green+Blue) = 244+156+64=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49C40 is #0B63BF. Grayscale: #ACACAC. Windows color (decimal): -746432 or 4234484. OLE color: 4234484.
HSL color Cylindrical-coordinate representation of color #F49C40: hue angle of 30.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F49C40 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 64 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.04 |
| HSL | 30.67º | 0.89% | 0.6% | - |
| HSV(B) | 30.67º | 0.74% | 0.96% | - |
| XYZ | 50.12 | 43.38 | 10.58 | - |
| YUV | 171.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 64 | 0 | 0.36 | 0.74 | 0.04 | 30.67 | 0.89 | 0.6 |
| Hex | F4 | 9C | 40 | 0 | 24 | 4A | 4 | 1F | 59 | 3C |
| Octal | 364 | 234 | 100 | 0 | 44 | 112 | 4 | 37 | 131 | 74 |
| Binary | 11110100 | 10011100 | 1000000 | 0 | 100100 | 1001010 | 100 | 11111 | 1011001 | 111100 |
Color Harmonies of #F49C40
Complementary color
Monochromatic Colors of #F49C40
Black with #F49C40
Text Example
Text Example
White with #F49C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49C40; }
p { color: rgb(244,156,64); }
H1.HeaderClassName
{
color: #F49C40;
}
.AnyTagClassName
{
color: #F49C40;
}
</style>
background-color css
<style>
a { background-color: #F49C40; }
a { background-color: rgb(244,156,64); }
div.DivClassName
{
background-color: #F49C40;
}
.BgClassName
{
background-color: #F49C40;
}
</style>
border-color css
<style>
span { border-color: #F49C40; }
span { border-color: rgb(244,156,64); }
td.TdClassName
{
border-color: #F49C40;
}
.TagClassName
{
border-color: #F49C40;
}
</style>