Shades of Pale Prim #F9F09F
Tints of Pale Prim #F9F09F
RGB
CMYK
RGB Variations
Color information
#F9F09F (or 0xF9F09F) is known color: Pale Prim. HEX triplet: F9, F0 and 9F. RGB value is (249,240,159). Sum of RGB (Red+Green+Blue) = 249+240+159=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F09F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F09F is #060F60. Grayscale: #E9E9E9. Windows color (decimal): -397153 or 10481913. OLE color: 10481913.
HSL color Cylindrical-coordinate representation of color #F9F09F: hue angle of 54º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9F09F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 159 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.02 |
| HSL | 54º | 0.88% | 0.8% | - |
| HSV(B) | 54º | 0.36% | 0.98% | - |
| XYZ | 76.49 | 84.96 | 45.17 | - |
| YUV | 233.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 159 | 0 | 0.04 | 0.36 | 0.02 | 54 | 0.88 | 0.8 |
| Hex | F9 | F0 | 9F | 0 | 4 | 24 | 2 | 36 | 58 | 50 |
| Octal | 371 | 360 | 237 | 0 | 4 | 44 | 2 | 66 | 130 | 120 |
| Binary | 11111001 | 11110000 | 10011111 | 0 | 100 | 100100 | 10 | 110110 | 1011000 | 1010000 |
Color Harmonies of #F9F09F
Complementary color
Monochromatic Colors of #F9F09F
Black with #F9F09F
Text Example
Text Example
White with #F9F09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F09F; }
p { color: rgb(249,240,159); }
H1.HeaderClassName
{
color: #F9F09F;
}
.AnyTagClassName
{
color: #F9F09F;
}
</style>
background-color css
<style>
a { background-color: #F9F09F; }
a { background-color: rgb(249,240,159); }
div.DivClassName
{
background-color: #F9F09F;
}
.BgClassName
{
background-color: #F9F09F;
}
</style>
border-color css
<style>
span { border-color: #F9F09F; }
span { border-color: rgb(249,240,159); }
td.TdClassName
{
border-color: #F9F09F;
}
.TagClassName
{
border-color: #F9F09F;
}
</style>