Shades of Sunshade #F1A352
Tints of Sunshade #F1A352
RGB
CMYK
RGB Variations
Color information
#F1A352 (or 0xF1A352) is known color: Sunshade. HEX triplet: F1, A3 and 52. RGB value is (241,163,82). Sum of RGB (Red+Green+Blue) = 241+163+82=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A352 is #0E5CAD. Grayscale: #B1B1B1. Windows color (decimal): -941230 or 5415921. OLE color: 5415921.
HSL color Cylindrical-coordinate representation of color #F1A352: hue angle of 30.57º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1A352 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 82 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.05 |
| HSL | 30.57º | 0.85% | 0.63% | - |
| HSV(B) | 30.57º | 0.66% | 0.95% | - |
| XYZ | 50.9 | 45.5 | 14.08 | - |
| YUV | 177.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 82 | 0 | 0.32 | 0.66 | 0.05 | 30.57 | 0.85 | 0.63 |
| Hex | F1 | A3 | 52 | 0 | 20 | 42 | 5 | 1F | 55 | 3F |
| Octal | 361 | 243 | 122 | 0 | 40 | 102 | 5 | 37 | 125 | 77 |
| Binary | 11110001 | 10100011 | 1010010 | 0 | 100000 | 1000010 | 101 | 11111 | 1010101 | 111111 |
Color Harmonies of #F1A352
Complementary color
Monochromatic Colors of #F1A352
Black with #F1A352
Text Example
Text Example
White with #F1A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A352; }
p { color: rgb(241,163,82); }
H1.HeaderClassName
{
color: #F1A352;
}
.AnyTagClassName
{
color: #F1A352;
}
</style>
background-color css
<style>
a { background-color: #F1A352; }
a { background-color: rgb(241,163,82); }
div.DivClassName
{
background-color: #F1A352;
}
.BgClassName
{
background-color: #F1A352;
}
</style>
border-color css
<style>
span { border-color: #F1A352; }
span { border-color: rgb(241,163,82); }
td.TdClassName
{
border-color: #F1A352;
}
.TagClassName
{
border-color: #F1A352;
}
</style>