Shades of Pale Prim #F9F19D
Tints of Pale Prim #F9F19D
RGB
CMYK
RGB Variations
Color information
#F9F19D (or 0xF9F19D) is known color: Pale Prim. HEX triplet: F9, F1 and 9D. RGB value is (249,241,157). Sum of RGB (Red+Green+Blue) = 249+241+157=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 157 (61.72% from 255 or 24.27% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F19D is #060E62. Grayscale: #EAEAEA. Windows color (decimal): -396899 or 10351097. OLE color: 10351097.
HSL color Cylindrical-coordinate representation of color #F9F19D: hue angle of 54.78º 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 #F9F19D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 157 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.02 |
| HSL | 54.78º | 0.88% | 0.8% | - |
| HSV(B) | 54.78º | 0.37% | 0.98% | - |
| XYZ | 76.61 | 85.48 | 44.36 | - |
| YUV | 233.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 157 | 0 | 0.03 | 0.37 | 0.02 | 54.78 | 0.88 | 0.8 |
| Hex | F9 | F1 | 9D | 0 | 3 | 25 | 2 | 37 | 58 | 50 |
| Octal | 371 | 361 | 235 | 0 | 3 | 45 | 2 | 67 | 130 | 120 |
| Binary | 11111001 | 11110001 | 10011101 | 0 | 11 | 100101 | 10 | 110111 | 1011000 | 1010000 |
Color Harmonies of #F9F19D
Complementary color
Monochromatic Colors of #F9F19D
Black with #F9F19D
Text Example
Text Example
White with #F9F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F19D; }
p { color: rgb(249,241,157); }
H1.HeaderClassName
{
color: #F9F19D;
}
.AnyTagClassName
{
color: #F9F19D;
}
</style>
background-color css
<style>
a { background-color: #F9F19D; }
a { background-color: rgb(249,241,157); }
div.DivClassName
{
background-color: #F9F19D;
}
.BgClassName
{
background-color: #F9F19D;
}
</style>
border-color css
<style>
span { border-color: #F9F19D; }
span { border-color: rgb(249,241,157); }
td.TdClassName
{
border-color: #F9F19D;
}
.TagClassName
{
border-color: #F9F19D;
}
</style>