Shades of Sunshade #F2A549
Tints of Sunshade #F2A549
RGB
CMYK
RGB Variations
Color information
#F2A549 (or 0xF2A549) is known color: Sunshade. HEX triplet: F2, A5 and 49. RGB value is (242,165,73). Sum of RGB (Red+Green+Blue) = 242+165+73=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A549 is #0D5AB6. Grayscale: #B1B1B1. Windows color (decimal): -875191 or 4826610. OLE color: 4826610.
HSL color Cylindrical-coordinate representation of color #F2A549: hue angle of 32.66º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2A549 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 73 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.05 |
| HSL | 32.66º | 0.87% | 0.62% | - |
| HSV(B) | 32.66º | 0.7% | 0.95% | - |
| XYZ | 51.28 | 46.27 | 12.53 | - |
| YUV | 177.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 73 | 0 | 0.32 | 0.70 | 0.05 | 32.66 | 0.87 | 0.62 |
| Hex | F2 | A5 | 49 | 0 | 20 | 46 | 5 | 21 | 57 | 3E |
| Octal | 362 | 245 | 111 | 0 | 40 | 106 | 5 | 41 | 127 | 76 |
| Binary | 11110010 | 10100101 | 1001001 | 0 | 100000 | 1000110 | 101 | 100001 | 1010111 | 111110 |
Color Harmonies of #F2A549
Complementary color
Monochromatic Colors of #F2A549
Black with #F2A549
Text Example
Text Example
White with #F2A549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A549; }
p { color: rgb(242,165,73); }
H1.HeaderClassName
{
color: #F2A549;
}
.AnyTagClassName
{
color: #F2A549;
}
</style>
background-color css
<style>
a { background-color: #F2A549; }
a { background-color: rgb(242,165,73); }
div.DivClassName
{
background-color: #F2A549;
}
.BgClassName
{
background-color: #F2A549;
}
</style>
border-color css
<style>
span { border-color: #F2A549; }
span { border-color: rgb(242,165,73); }
td.TdClassName
{
border-color: #F2A549;
}
.TagClassName
{
border-color: #F2A549;
}
</style>