Shades of Sunshade #F2A146
Tints of Sunshade #F2A146
RGB
CMYK
RGB Variations
Color information
#F2A146 (or 0xF2A146) is known color: Sunshade. HEX triplet: F2, A1 and 46. RGB value is (242,161,70). Sum of RGB (Red+Green+Blue) = 242+161+70=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A146 is #0D5EB9. Grayscale: #AFAFAF. Windows color (decimal): -876218 or 4628978. OLE color: 4628978.
HSL color Cylindrical-coordinate representation of color #F2A146: hue angle of 31.74º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2A146 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 70 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.05 |
| HSL | 31.74º | 0.87% | 0.61% | - |
| HSV(B) | 31.74º | 0.71% | 0.95% | - |
| XYZ | 50.47 | 44.81 | 11.78 | - |
| YUV | 174.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 70 | 0 | 0.33 | 0.71 | 0.05 | 31.74 | 0.87 | 0.61 |
| Hex | F2 | A1 | 46 | 0 | 21 | 47 | 5 | 20 | 57 | 3D |
| Octal | 362 | 241 | 106 | 0 | 41 | 107 | 5 | 40 | 127 | 75 |
| Binary | 11110010 | 10100001 | 1000110 | 0 | 100001 | 1000111 | 101 | 100000 | 1010111 | 111101 |
Color Harmonies of #F2A146
Complementary color
Monochromatic Colors of #F2A146
Black with #F2A146
Text Example
Text Example
White with #F2A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A146; }
p { color: rgb(242,161,70); }
H1.HeaderClassName
{
color: #F2A146;
}
.AnyTagClassName
{
color: #F2A146;
}
</style>
background-color css
<style>
a { background-color: #F2A146; }
a { background-color: rgb(242,161,70); }
div.DivClassName
{
background-color: #F2A146;
}
.BgClassName
{
background-color: #F2A146;
}
</style>
border-color css
<style>
span { border-color: #F2A146; }
span { border-color: rgb(242,161,70); }
td.TdClassName
{
border-color: #F2A146;
}
.TagClassName
{
border-color: #F2A146;
}
</style>