Shades of Pale Prim #F5F2A2
Tints of Pale Prim #F5F2A2
RGB
CMYK
RGB Variations
Color information
#F5F2A2 (or 0xF5F2A2) is known color: Pale Prim. HEX triplet: F5, F2 and A2. RGB value is (245,242,162). Sum of RGB (Red+Green+Blue) = 245+242+162=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F2A2 is #0A0D5D. Grayscale: #EAEAEA. Windows color (decimal): -658782 or 10679029. OLE color: 10679029.
HSL color Cylindrical-coordinate representation of color #F5F2A2: hue angle of 57.83º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5F2A2 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 162 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.04 |
| HSL | 57.83º | 0.81% | 0.8% | - |
| HSV(B) | 57.83º | 0.34% | 0.96% | - |
| XYZ | 75.93 | 85.53 | 46.69 | - |
| YUV | 233.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 162 | 0 | 0.01 | 0.34 | 0.04 | 57.83 | 0.81 | 0.8 |
| Hex | F5 | F2 | A2 | 0 | 1 | 22 | 4 | 3A | 51 | 50 |
| Octal | 365 | 362 | 242 | 0 | 1 | 42 | 4 | 72 | 121 | 120 |
| Binary | 11110101 | 11110010 | 10100010 | 0 | 1 | 100010 | 100 | 111010 | 1010001 | 1010000 |
Color Harmonies of #F5F2A2
Complementary color
Monochromatic Colors of #F5F2A2
Black with #F5F2A2
Text Example
Text Example
White with #F5F2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2A2; }
p { color: rgb(245,242,162); }
H1.HeaderClassName
{
color: #F5F2A2;
}
.AnyTagClassName
{
color: #F5F2A2;
}
</style>
background-color css
<style>
a { background-color: #F5F2A2; }
a { background-color: rgb(245,242,162); }
div.DivClassName
{
background-color: #F5F2A2;
}
.BgClassName
{
background-color: #F5F2A2;
}
</style>
border-color css
<style>
span { border-color: #F5F2A2; }
span { border-color: rgb(245,242,162); }
td.TdClassName
{
border-color: #F5F2A2;
}
.TagClassName
{
border-color: #F5F2A2;
}
</style>