Shades of Pale Prim #FFF59E
Tints of Pale Prim #FFF59E
RGB
CMYK
RGB Variations
Color information
#FFF59E (or 0xFFF59E) is known color: Pale Prim. HEX triplet: FF, F5 and 9E. RGB value is (255,245,158). Sum of RGB (Red+Green+Blue) = 255+245+158=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 158 (62.11% from 255 or 24.01% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF59E is #000A61. Grayscale: #EEEEEE. Windows color (decimal): -2658 or 10417663. OLE color: 10417663.
HSL color Cylindrical-coordinate representation of color #FFF59E: hue angle of 53.81º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFF59E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 158 | - |
| CMYK | 0 | 0.04 | 0.38 | 0 |
| HSL | 53.81º | 1% | 0.81% | - |
| HSV(B) | 53.81º | 0.38% | 1% | - |
| XYZ | 80.06 | 89.03 | 45.31 | - |
| YUV | 238.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 158 | 0 | 0.04 | 0.38 | 0 | 53.81 | 1 | 0.81 |
| Hex | FF | F5 | 9E | 0 | 4 | 26 | 0 | 36 | 64 | 51 |
| Octal | 377 | 365 | 236 | 0 | 4 | 46 | 0 | 66 | 144 | 121 |
| Binary | 11111111 | 11110101 | 10011110 | 0 | 100 | 100110 | 0 | 110110 | 1100100 | 1010001 |
Color Harmonies of #FFF59E
Complementary color
Monochromatic Colors of #FFF59E
Black with #FFF59E
Text Example
Text Example
White with #FFF59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF59E; }
p { color: rgb(255,245,158); }
H1.HeaderClassName
{
color: #FFF59E;
}
.AnyTagClassName
{
color: #FFF59E;
}
</style>
background-color css
<style>
a { background-color: #FFF59E; }
a { background-color: rgb(255,245,158); }
div.DivClassName
{
background-color: #FFF59E;
}
.BgClassName
{
background-color: #FFF59E;
}
</style>
border-color css
<style>
span { border-color: #FFF59E; }
span { border-color: rgb(255,245,158); }
td.TdClassName
{
border-color: #FFF59E;
}
.TagClassName
{
border-color: #FFF59E;
}
</style>