Shades of Sunshade #F2A153
Tints of Sunshade #F2A153
RGB
CMYK
RGB Variations
Color information
#F2A153 (or 0xF2A153) is known color: Sunshade. HEX triplet: F2, A1 and 53. RGB value is (242,161,83). Sum of RGB (Red+Green+Blue) = 242+161+83=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A153 is #0D5EAC. Grayscale: #B0B0B0. Windows color (decimal): -876205 or 5480946. OLE color: 5480946.
HSL color Cylindrical-coordinate representation of color #F2A153: hue angle of 29.43º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2A153 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 83 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.05 |
| HSL | 29.43º | 0.86% | 0.64% | - |
| HSV(B) | 29.43º | 0.66% | 0.95% | - |
| XYZ | 50.92 | 44.99 | 14.18 | - |
| YUV | 176.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 83 | 0 | 0.33 | 0.66 | 0.05 | 29.43 | 0.86 | 0.64 |
| Hex | F2 | A1 | 53 | 0 | 21 | 42 | 5 | 1D | 56 | 40 |
| Octal | 362 | 241 | 123 | 0 | 41 | 102 | 5 | 35 | 126 | 100 |
| Binary | 11110010 | 10100001 | 1010011 | 0 | 100001 | 1000010 | 101 | 11101 | 1010110 | 1000000 |
Color Harmonies of #F2A153
Complementary color
Monochromatic Colors of #F2A153
Black with #F2A153
Text Example
Text Example
White with #F2A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A153; }
p { color: rgb(242,161,83); }
H1.HeaderClassName
{
color: #F2A153;
}
.AnyTagClassName
{
color: #F2A153;
}
</style>
background-color css
<style>
a { background-color: #F2A153; }
a { background-color: rgb(242,161,83); }
div.DivClassName
{
background-color: #F2A153;
}
.BgClassName
{
background-color: #F2A153;
}
</style>
border-color css
<style>
span { border-color: #F2A153; }
span { border-color: rgb(242,161,83); }
td.TdClassName
{
border-color: #F2A153;
}
.TagClassName
{
border-color: #F2A153;
}
</style>