Shades of Pale Prim #FFF59B
Tints of Pale Prim #FFF59B
RGB
CMYK
RGB Variations
Color information
#FFF59B (or 0xFFF59B) is known color: Pale Prim. HEX triplet: FF, F5 and 9B. RGB value is (255,245,155). Sum of RGB (Red+Green+Blue) = 255+245+155=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 155 (60.94% from 255 or 23.66% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF59B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF59B is #000A64. Grayscale: #EEEEEE. Windows color (decimal): -2661 or 10221055. OLE color: 10221055.
HSL color Cylindrical-coordinate representation of color #FFF59B: hue angle of 54º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFF59B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 155 | - |
| CMYK | 0 | 0.04 | 0.39 | 0 |
| HSL | 54º | 1% | 0.8% | - |
| HSV(B) | 54º | 0.39% | 1% | - |
| XYZ | 79.81 | 88.93 | 43.97 | - |
| YUV | 237.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 155 | 0 | 0.04 | 0.39 | 0 | 54 | 1 | 0.8 |
| Hex | FF | F5 | 9B | 0 | 4 | 27 | 0 | 36 | 64 | 50 |
| Octal | 377 | 365 | 233 | 0 | 4 | 47 | 0 | 66 | 144 | 120 |
| Binary | 11111111 | 11110101 | 10011011 | 0 | 100 | 100111 | 0 | 110110 | 1100100 | 1010000 |
Color Harmonies of #FFF59B
Complementary color
Monochromatic Colors of #FFF59B
Black with #FFF59B
Text Example
Text Example
White with #FFF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF59B; }
p { color: rgb(255,245,155); }
H1.HeaderClassName
{
color: #FFF59B;
}
.AnyTagClassName
{
color: #FFF59B;
}
</style>
background-color css
<style>
a { background-color: #FFF59B; }
a { background-color: rgb(255,245,155); }
div.DivClassName
{
background-color: #FFF59B;
}
.BgClassName
{
background-color: #FFF59B;
}
</style>
border-color css
<style>
span { border-color: #FFF59B; }
span { border-color: rgb(255,245,155); }
td.TdClassName
{
border-color: #FFF59B;
}
.TagClassName
{
border-color: #FFF59B;
}
</style>