Shades of Sunshade #F2A345
Tints of Sunshade #F2A345
RGB
CMYK
RGB Variations
Color information
#F2A345 (or 0xF2A345) is known color: Sunshade. HEX triplet: F2, A3 and 45. RGB value is (242,163,69). Sum of RGB (Red+Green+Blue) = 242+163+69=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A345 is #0D5CBA. Grayscale: #B0B0B0. Windows color (decimal): -875707 or 4563954. OLE color: 4563954.
HSL color Cylindrical-coordinate representation of color #F2A345: hue angle of 32.6º 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 #F2A345 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 69 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.05 |
| HSL | 32.6º | 0.87% | 0.61% | - |
| HSV(B) | 32.6º | 0.71% | 0.95% | - |
| XYZ | 50.79 | 45.5 | 11.74 | - |
| YUV | 175.91 | 67.67 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 69 | 0 | 0.33 | 0.71 | 0.05 | 32.6 | 0.87 | 0.61 |
| Hex | F2 | A3 | 45 | 0 | 21 | 47 | 5 | 21 | 57 | 3D |
| Octal | 362 | 243 | 105 | 0 | 41 | 107 | 5 | 41 | 127 | 75 |
| Binary | 11110010 | 10100011 | 1000101 | 0 | 100001 | 1000111 | 101 | 100001 | 1010111 | 111101 |
Color Harmonies of #F2A345
Complementary color
Monochromatic Colors of #F2A345
Black with #F2A345
Text Example
Text Example
White with #F2A345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A345; }
p { color: rgb(242,163,69); }
H1.HeaderClassName
{
color: #F2A345;
}
.AnyTagClassName
{
color: #F2A345;
}
</style>
background-color css
<style>
a { background-color: #F2A345; }
a { background-color: rgb(242,163,69); }
div.DivClassName
{
background-color: #F2A345;
}
.BgClassName
{
background-color: #F2A345;
}
</style>
border-color css
<style>
span { border-color: #F2A345; }
span { border-color: rgb(242,163,69); }
td.TdClassName
{
border-color: #F2A345;
}
.TagClassName
{
border-color: #F2A345;
}
</style>