Shades of Pale Prim #F6F59E
Tints of Pale Prim #F6F59E
RGB
CMYK
RGB Variations
Color information
#F6F59E (or 0xF6F59E) is known color: Pale Prim. HEX triplet: F6, F5 and 9E. RGB value is (246,245,158). Sum of RGB (Red+Green+Blue) = 246+245+158=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 158 (62.11% from 255 or 24.35% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F59E is #090A61. Grayscale: #EBEBEB. Windows color (decimal): -592482 or 10417654. OLE color: 10417654.
HSL color Cylindrical-coordinate representation of color #F6F59E: hue angle of 59.32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6F59E is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 158 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.04 |
| HSL | 59.32º | 0.83% | 0.79% | - |
| HSV(B) | 59.32º | 0.36% | 0.96% | - |
| XYZ | 76.83 | 87.37 | 45.16 | - |
| YUV | 235.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 158 | 0 | 0.00 | 0.36 | 0.04 | 59.32 | 0.83 | 0.79 |
| Hex | F6 | F5 | 9E | 0 | 0 | 24 | 4 | 3B | 53 | 4F |
| Octal | 366 | 365 | 236 | 0 | 0 | 44 | 4 | 73 | 123 | 117 |
| Binary | 11110110 | 11110101 | 10011110 | 0 | 0 | 100100 | 100 | 111011 | 1010011 | 1001111 |
Color Harmonies of #F6F59E
Complementary color
Monochromatic Colors of #F6F59E
Black with #F6F59E
Text Example
Text Example
White with #F6F59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F59E; }
p { color: rgb(246,245,158); }
H1.HeaderClassName
{
color: #F6F59E;
}
.AnyTagClassName
{
color: #F6F59E;
}
</style>
background-color css
<style>
a { background-color: #F6F59E; }
a { background-color: rgb(246,245,158); }
div.DivClassName
{
background-color: #F6F59E;
}
.BgClassName
{
background-color: #F6F59E;
}
</style>
border-color css
<style>
span { border-color: #F6F59E; }
span { border-color: rgb(246,245,158); }
td.TdClassName
{
border-color: #F6F59E;
}
.TagClassName
{
border-color: #F6F59E;
}
</style>