Shades of Sunshade #F2A54E
Tints of Sunshade #F2A54E
RGB
CMYK
RGB Variations
Color information
#F2A54E (or 0xF2A54E) is known color: Sunshade. HEX triplet: F2, A5 and 4E. RGB value is (242,165,78). Sum of RGB (Red+Green+Blue) = 242+165+78=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A54E is #0D5AB1. Grayscale: #B2B2B2. Windows color (decimal): -875186 or 5154290. OLE color: 5154290.
HSL color Cylindrical-coordinate representation of color #F2A54E: hue angle of 31.83º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2A54E is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 78 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.05 |
| HSL | 31.83º | 0.86% | 0.63% | - |
| HSV(B) | 31.83º | 0.68% | 0.95% | - |
| XYZ | 51.45 | 46.34 | 13.44 | - |
| YUV | 178.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 78 | 0 | 0.32 | 0.68 | 0.05 | 31.83 | 0.86 | 0.63 |
| Hex | F2 | A5 | 4E | 0 | 20 | 44 | 5 | 20 | 56 | 3F |
| Octal | 362 | 245 | 116 | 0 | 40 | 104 | 5 | 40 | 126 | 77 |
| Binary | 11110010 | 10100101 | 1001110 | 0 | 100000 | 1000100 | 101 | 100000 | 1010110 | 111111 |
Color Harmonies of #F2A54E
Complementary color
Monochromatic Colors of #F2A54E
Black with #F2A54E
Text Example
Text Example
White with #F2A54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A54E; }
p { color: rgb(242,165,78); }
H1.HeaderClassName
{
color: #F2A54E;
}
.AnyTagClassName
{
color: #F2A54E;
}
</style>
background-color css
<style>
a { background-color: #F2A54E; }
a { background-color: rgb(242,165,78); }
div.DivClassName
{
background-color: #F2A54E;
}
.BgClassName
{
background-color: #F2A54E;
}
</style>
border-color css
<style>
span { border-color: #F2A54E; }
span { border-color: rgb(242,165,78); }
td.TdClassName
{
border-color: #F2A54E;
}
.TagClassName
{
border-color: #F2A54E;
}
</style>