Shades of Pale Prim #FDF399
Tints of Pale Prim #FDF399
RGB
CMYK
RGB Variations
Color information
#FDF399 (or 0xFDF399) is known color: Pale Prim. HEX triplet: FD, F3 and 99. RGB value is (253,243,153). Sum of RGB (Red+Green+Blue) = 253+243+153=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 153 (60.16% from 255 or 23.57% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF399 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF399 is #020C66. Grayscale: #ECECEC. Windows color (decimal): -134247 or 10089469. OLE color: 10089469.
HSL color Cylindrical-coordinate representation of color #FDF399: hue angle of 54º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF399 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 153 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.01 |
| HSL | 54º | 0.96% | 0.8% | - |
| HSV(B) | 54º | 0.4% | 0.99% | - |
| XYZ | 78.31 | 87.28 | 42.86 | - |
| YUV | 235.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 153 | 0 | 0.04 | 0.40 | 0.01 | 54 | 0.96 | 0.8 |
| Hex | FD | F3 | 99 | 0 | 4 | 28 | 1 | 36 | 60 | 50 |
| Octal | 375 | 363 | 231 | 0 | 4 | 50 | 1 | 66 | 140 | 120 |
| Binary | 11111101 | 11110011 | 10011001 | 0 | 100 | 101000 | 1 | 110110 | 1100000 | 1010000 |
Color Harmonies of #FDF399
Complementary color
Monochromatic Colors of #FDF399
Black with #FDF399
Text Example
Text Example
White with #FDF399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF399; }
p { color: rgb(253,243,153); }
H1.HeaderClassName
{
color: #FDF399;
}
.AnyTagClassName
{
color: #FDF399;
}
</style>
background-color css
<style>
a { background-color: #FDF399; }
a { background-color: rgb(253,243,153); }
div.DivClassName
{
background-color: #FDF399;
}
.BgClassName
{
background-color: #FDF399;
}
</style>
border-color css
<style>
span { border-color: #FDF399; }
span { border-color: rgb(253,243,153); }
td.TdClassName
{
border-color: #FDF399;
}
.TagClassName
{
border-color: #FDF399;
}
</style>