Shades of Pale Prim #F9F89F
Tints of Pale Prim #F9F89F
RGB
CMYK
RGB Variations
Color information
#F9F89F (or 0xF9F89F) is known color: Pale Prim. HEX triplet: F9, F8 and 9F. RGB value is (249,248,159). Sum of RGB (Red+Green+Blue) = 249+248+159=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 159 (62.5% from 255 or 24.24% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F89F is #060760. Grayscale: #EEEEEE. Windows color (decimal): -395105 or 10483961. OLE color: 10483961.
HSL color Cylindrical-coordinate representation of color #F9F89F: hue angle of 59.33º 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 #F9F89F is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 159 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.02 |
| HSL | 59.33º | 0.88% | 0.8% | - |
| HSV(B) | 59.33º | 0.36% | 0.98% | - |
| XYZ | 78.89 | 89.78 | 45.97 | - |
| YUV | 238.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 159 | 0 | 0.00 | 0.36 | 0.02 | 59.33 | 0.88 | 0.8 |
| Hex | F9 | F8 | 9F | 0 | 0 | 24 | 2 | 3B | 58 | 50 |
| Octal | 371 | 370 | 237 | 0 | 0 | 44 | 2 | 73 | 130 | 120 |
| Binary | 11111001 | 11111000 | 10011111 | 0 | 0 | 100100 | 10 | 111011 | 1011000 | 1010000 |
Color Harmonies of #F9F89F
Complementary color
Monochromatic Colors of #F9F89F
Black with #F9F89F
Text Example
Text Example
White with #F9F89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F89F; }
p { color: rgb(249,248,159); }
H1.HeaderClassName
{
color: #F9F89F;
}
.AnyTagClassName
{
color: #F9F89F;
}
</style>
background-color css
<style>
a { background-color: #F9F89F; }
a { background-color: rgb(249,248,159); }
div.DivClassName
{
background-color: #F9F89F;
}
.BgClassName
{
background-color: #F9F89F;
}
</style>
border-color css
<style>
span { border-color: #F9F89F; }
span { border-color: rgb(249,248,159); }
td.TdClassName
{
border-color: #F9F89F;
}
.TagClassName
{
border-color: #F9F89F;
}
</style>