Shades of Pale Prim #FFF99F
Tints of Pale Prim #FFF99F
RGB
CMYK
RGB Variations
Color information
#FFF99F (or 0xFFF99F) is known color: Pale Prim. HEX triplet: FF, F9 and 9F. RGB value is (255,249,159). Sum of RGB (Red+Green+Blue) = 255+249+159=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 159 (62.5% from 255 or 23.98% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF99F is #000660. Grayscale: #F0F0F0. Windows color (decimal): -1633 or 10484223. OLE color: 10484223.
HSL color Cylindrical-coordinate representation of color #FFF99F: hue angle of 56.25º 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 #FFF99F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 159 | - |
| CMYK | 0 | 0.02 | 0.38 | 0 |
| HSL | 56.25º | 1% | 0.81% | - |
| HSV(B) | 56.25º | 0.38% | 1% | - |
| XYZ | 81.37 | 91.51 | 46.18 | - |
| YUV | 240.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 159 | 0 | 0.02 | 0.38 | 0 | 56.25 | 1 | 0.81 |
| Hex | FF | F9 | 9F | 0 | 2 | 26 | 0 | 38 | 64 | 51 |
| Octal | 377 | 371 | 237 | 0 | 2 | 46 | 0 | 70 | 144 | 121 |
| Binary | 11111111 | 11111001 | 10011111 | 0 | 10 | 100110 | 0 | 111000 | 1100100 | 1010001 |
Color Harmonies of #FFF99F
Complementary color
Monochromatic Colors of #FFF99F
Black with #FFF99F
Text Example
Text Example
White with #FFF99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF99F; }
p { color: rgb(255,249,159); }
H1.HeaderClassName
{
color: #FFF99F;
}
.AnyTagClassName
{
color: #FFF99F;
}
</style>
background-color css
<style>
a { background-color: #FFF99F; }
a { background-color: rgb(255,249,159); }
div.DivClassName
{
background-color: #FFF99F;
}
.BgClassName
{
background-color: #FFF99F;
}
</style>
border-color css
<style>
span { border-color: #FFF99F; }
span { border-color: rgb(255,249,159); }
td.TdClassName
{
border-color: #FFF99F;
}
.TagClassName
{
border-color: #FFF99F;
}
</style>