Shades of Pale Prim #F5F59E
Tints of Pale Prim #F5F59E
RGB
CMYK
RGB Variations
Color information
#F5F59E (or 0xF5F59E) is known color: Pale Prim. HEX triplet: F5, F5 and 9E. RGB value is (245,245,158). Sum of RGB (Red+Green+Blue) = 245+245+158=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F59E is #0A0A61. Grayscale: #EBEBEB. Windows color (decimal): -658018 or 10417653. OLE color: 10417653.
HSL color Cylindrical-coordinate representation of color #F5F59E: hue angle of 60º degrees, saturation: 0.81, 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 #F5F59E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 158 | - |
| CMYK | 0 | 0 | 0.36 | 0.04 |
| HSL | 60º | 0.81% | 0.79% | - |
| HSV(B) | 60º | 0.36% | 0.96% | - |
| XYZ | 76.48 | 87.19 | 45.15 | - |
| YUV | 235.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 158 | 0 | 0 | 0.36 | 0.04 | 60 | 0.81 | 0.79 |
| Hex | F5 | F5 | 9E | 0 | 0 | 24 | 4 | 3C | 51 | 4F |
| Octal | 365 | 365 | 236 | 0 | 0 | 44 | 4 | 74 | 121 | 117 |
| Binary | 11110101 | 11110101 | 10011110 | 0 | 0 | 100100 | 100 | 111100 | 1010001 | 1001111 |
Color Harmonies of #F5F59E
Complementary color
Monochromatic Colors of #F5F59E
Black with #F5F59E
Text Example
Text Example
White with #F5F59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F59E; }
p { color: rgb(245,245,158); }
H1.HeaderClassName
{
color: #F5F59E;
}
.AnyTagClassName
{
color: #F5F59E;
}
</style>
background-color css
<style>
a { background-color: #F5F59E; }
a { background-color: rgb(245,245,158); }
div.DivClassName
{
background-color: #F5F59E;
}
.BgClassName
{
background-color: #F5F59E;
}
</style>
border-color css
<style>
span { border-color: #F5F59E; }
span { border-color: rgb(245,245,158); }
td.TdClassName
{
border-color: #F5F59E;
}
.TagClassName
{
border-color: #F5F59E;
}
</style>