Shades of Pale Prim #FFF39F
Tints of Pale Prim #FFF39F
RGB
CMYK
RGB Variations
Color information
#FFF39F (or 0xFFF39F) is known color: Pale Prim. HEX triplet: FF, F3 and 9F. RGB value is (255,243,159). Sum of RGB (Red+Green+Blue) = 255+243+159=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 159 (62.5% from 255 or 24.20% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF39F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF39F is #000C60. Grayscale: #EDEDED. Windows color (decimal): -3169 or 10482687. OLE color: 10482687.
HSL color Cylindrical-coordinate representation of color #FFF39F: hue angle of 52.5º 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 #FFF39F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 159 | - |
| CMYK | 0 | 0.05 | 0.38 | 0 |
| HSL | 52.5º | 1% | 0.81% | - |
| HSV(B) | 52.5º | 0.38% | 1% | - |
| XYZ | 79.55 | 87.86 | 45.57 | - |
| YUV | 237.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 159 | 0 | 0.05 | 0.38 | 0 | 52.5 | 1 | 0.81 |
| Hex | FF | F3 | 9F | 0 | 5 | 26 | 0 | 34 | 64 | 51 |
| Octal | 377 | 363 | 237 | 0 | 5 | 46 | 0 | 64 | 144 | 121 |
| Binary | 11111111 | 11110011 | 10011111 | 0 | 101 | 100110 | 0 | 110100 | 1100100 | 1010001 |
Color Harmonies of #FFF39F
Complementary color
Monochromatic Colors of #FFF39F
Black with #FFF39F
Text Example
Text Example
White with #FFF39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF39F; }
p { color: rgb(255,243,159); }
H1.HeaderClassName
{
color: #FFF39F;
}
.AnyTagClassName
{
color: #FFF39F;
}
</style>
background-color css
<style>
a { background-color: #FFF39F; }
a { background-color: rgb(255,243,159); }
div.DivClassName
{
background-color: #FFF39F;
}
.BgClassName
{
background-color: #FFF39F;
}
</style>
border-color css
<style>
span { border-color: #FFF39F; }
span { border-color: rgb(255,243,159); }
td.TdClassName
{
border-color: #FFF39F;
}
.TagClassName
{
border-color: #FFF39F;
}
</style>