Shades of Sunshade #F2A045
Tints of Sunshade #F2A045
RGB
CMYK
RGB Variations
Color information
#F2A045 (or 0xF2A045) is known color: Sunshade. HEX triplet: F2, A0 and 45. RGB value is (242,160,69). Sum of RGB (Red+Green+Blue) = 242+160+69=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A045 is #0D5FBA. Grayscale: #AEAEAE. Windows color (decimal): -876475 or 4563186. OLE color: 4563186.
HSL color Cylindrical-coordinate representation of color #F2A045: hue angle of 31.56º 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 #F2A045 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 69 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.05 |
| HSL | 31.56º | 0.87% | 0.61% | - |
| HSV(B) | 31.56º | 0.71% | 0.95% | - |
| XYZ | 50.26 | 44.45 | 11.56 | - |
| YUV | 174.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 69 | 0 | 0.34 | 0.71 | 0.05 | 31.56 | 0.87 | 0.61 |
| Hex | F2 | A0 | 45 | 0 | 22 | 47 | 5 | 20 | 57 | 3D |
| Octal | 362 | 240 | 105 | 0 | 42 | 107 | 5 | 40 | 127 | 75 |
| Binary | 11110010 | 10100000 | 1000101 | 0 | 100010 | 1000111 | 101 | 100000 | 1010111 | 111101 |
Color Harmonies of #F2A045
Complementary color
Monochromatic Colors of #F2A045
Black with #F2A045
Text Example
Text Example
White with #F2A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A045; }
p { color: rgb(242,160,69); }
H1.HeaderClassName
{
color: #F2A045;
}
.AnyTagClassName
{
color: #F2A045;
}
</style>
background-color css
<style>
a { background-color: #F2A045; }
a { background-color: rgb(242,160,69); }
div.DivClassName
{
background-color: #F2A045;
}
.BgClassName
{
background-color: #F2A045;
}
</style>
border-color css
<style>
span { border-color: #F2A045; }
span { border-color: rgb(242,160,69); }
td.TdClassName
{
border-color: #F2A045;
}
.TagClassName
{
border-color: #F2A045;
}
</style>