Shades of Sunshade #F2A04B
Tints of Sunshade #F2A04B
RGB
CMYK
RGB Variations
Color information
#F2A04B (or 0xF2A04B) is known color: Sunshade. HEX triplet: F2, A0 and 4B. RGB value is (242,160,75). Sum of RGB (Red+Green+Blue) = 242+160+75=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A04B is #0D5FB4. Grayscale: #AFAFAF. Windows color (decimal): -876469 or 4956402. OLE color: 4956402.
HSL color Cylindrical-coordinate representation of color #F2A04B: hue angle of 30.54º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2A04B is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 75 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.05 |
| HSL | 30.54º | 0.87% | 0.62% | - |
| HSV(B) | 30.54º | 0.69% | 0.95% | - |
| XYZ | 50.46 | 44.53 | 12.59 | - |
| YUV | 174.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 75 | 0 | 0.34 | 0.69 | 0.05 | 30.54 | 0.87 | 0.62 |
| Hex | F2 | A0 | 4B | 0 | 22 | 45 | 5 | 1F | 57 | 3E |
| Octal | 362 | 240 | 113 | 0 | 42 | 105 | 5 | 37 | 127 | 76 |
| Binary | 11110010 | 10100000 | 1001011 | 0 | 100010 | 1000101 | 101 | 11111 | 1010111 | 111110 |
Color Harmonies of #F2A04B
Complementary color
Monochromatic Colors of #F2A04B
Black with #F2A04B
Text Example
Text Example
White with #F2A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A04B; }
p { color: rgb(242,160,75); }
H1.HeaderClassName
{
color: #F2A04B;
}
.AnyTagClassName
{
color: #F2A04B;
}
</style>
background-color css
<style>
a { background-color: #F2A04B; }
a { background-color: rgb(242,160,75); }
div.DivClassName
{
background-color: #F2A04B;
}
.BgClassName
{
background-color: #F2A04B;
}
</style>
border-color css
<style>
span { border-color: #F2A04B; }
span { border-color: rgb(242,160,75); }
td.TdClassName
{
border-color: #F2A04B;
}
.TagClassName
{
border-color: #F2A04B;
}
</style>