Shades of Sunshade #F4A150
Tints of Sunshade #F4A150
RGB
CMYK
RGB Variations
Color information
#F4A150 (or 0xF4A150) is known color: Sunshade. HEX triplet: F4, A1 and 50. RGB value is (244,161,80). Sum of RGB (Red+Green+Blue) = 244+161+80=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A150 is #0B5EAF. Grayscale: #B0B0B0. Windows color (decimal): -745136 or 5284340. OLE color: 5284340.
HSL color Cylindrical-coordinate representation of color #F4A150: hue angle of 29.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4A150 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 80 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.04 |
| HSL | 29.63º | 0.88% | 0.64% | - |
| HSV(B) | 29.63º | 0.67% | 0.96% | - |
| XYZ | 51.5 | 45.3 | 13.62 | - |
| YUV | 176.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 80 | 0 | 0.34 | 0.67 | 0.04 | 29.63 | 0.88 | 0.64 |
| Hex | F4 | A1 | 50 | 0 | 22 | 43 | 4 | 1E | 58 | 40 |
| Octal | 364 | 241 | 120 | 0 | 42 | 103 | 4 | 36 | 130 | 100 |
| Binary | 11110100 | 10100001 | 1010000 | 0 | 100010 | 1000011 | 100 | 11110 | 1011000 | 1000000 |
Color Harmonies of #F4A150
Complementary color
Monochromatic Colors of #F4A150
Black with #F4A150
Text Example
Text Example
White with #F4A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A150; }
p { color: rgb(244,161,80); }
H1.HeaderClassName
{
color: #F4A150;
}
.AnyTagClassName
{
color: #F4A150;
}
</style>
background-color css
<style>
a { background-color: #F4A150; }
a { background-color: rgb(244,161,80); }
div.DivClassName
{
background-color: #F4A150;
}
.BgClassName
{
background-color: #F4A150;
}
</style>
border-color css
<style>
span { border-color: #F4A150; }
span { border-color: rgb(244,161,80); }
td.TdClassName
{
border-color: #F4A150;
}
.TagClassName
{
border-color: #F4A150;
}
</style>