Shades of Pale Prim #F9F29D
Tints of Pale Prim #F9F29D
RGB
CMYK
RGB Variations
Color information
#F9F29D (or 0xF9F29D) is known color: Pale Prim. HEX triplet: F9, F2 and 9D. RGB value is (249,242,157). Sum of RGB (Red+Green+Blue) = 249+242+157=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 157 (61.72% from 255 or 24.23% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F29D is #060D62. Grayscale: #EAEAEA. Windows color (decimal): -396643 or 10351353. OLE color: 10351353.
HSL color Cylindrical-coordinate representation of color #F9F29D: hue angle of 55.43º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9F29D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 157 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.02 |
| HSL | 55.43º | 0.88% | 0.8% | - |
| HSV(B) | 55.43º | 0.37% | 0.98% | - |
| XYZ | 76.9 | 86.08 | 44.46 | - |
| YUV | 234.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 157 | 0 | 0.03 | 0.37 | 0.02 | 55.43 | 0.88 | 0.8 |
| Hex | F9 | F2 | 9D | 0 | 3 | 25 | 2 | 37 | 58 | 50 |
| Octal | 371 | 362 | 235 | 0 | 3 | 45 | 2 | 67 | 130 | 120 |
| Binary | 11111001 | 11110010 | 10011101 | 0 | 11 | 100101 | 10 | 110111 | 1011000 | 1010000 |
Color Harmonies of #F9F29D
Complementary color
Monochromatic Colors of #F9F29D
Black with #F9F29D
Text Example
Text Example
White with #F9F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F29D; }
p { color: rgb(249,242,157); }
H1.HeaderClassName
{
color: #F9F29D;
}
.AnyTagClassName
{
color: #F9F29D;
}
</style>
background-color css
<style>
a { background-color: #F9F29D; }
a { background-color: rgb(249,242,157); }
div.DivClassName
{
background-color: #F9F29D;
}
.BgClassName
{
background-color: #F9F29D;
}
</style>
border-color css
<style>
span { border-color: #F9F29D; }
span { border-color: rgb(249,242,157); }
td.TdClassName
{
border-color: #F9F29D;
}
.TagClassName
{
border-color: #F9F29D;
}
</style>