Shades of Pale Prim #FBF599
Tints of Pale Prim #FBF599
RGB
CMYK
RGB Variations
Color information
#FBF599 (or 0xFBF599) is known color: Pale Prim. HEX triplet: FB, F5 and 99. RGB value is (251,245,153). Sum of RGB (Red+Green+Blue) = 251+245+153=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 153 (60.16% from 255 or 23.57% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF599 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF599 is #040A66. Grayscale: #ECECEC. Windows color (decimal): -264807 or 10089979. OLE color: 10089979.
HSL color Cylindrical-coordinate representation of color #FBF599: hue angle of 56.33º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBF599 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 153 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.02 |
| HSL | 56.33º | 0.92% | 0.79% | - |
| HSV(B) | 56.33º | 0.39% | 0.98% | - |
| XYZ | 78.19 | 88.11 | 43.02 | - |
| YUV | 236.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 153 | 0 | 0.02 | 0.39 | 0.02 | 56.33 | 0.92 | 0.79 |
| Hex | FB | F5 | 99 | 0 | 2 | 27 | 2 | 38 | 5C | 4F |
| Octal | 373 | 365 | 231 | 0 | 2 | 47 | 2 | 70 | 134 | 117 |
| Binary | 11111011 | 11110101 | 10011001 | 0 | 10 | 100111 | 10 | 111000 | 1011100 | 1001111 |
Color Harmonies of #FBF599
Complementary color
Monochromatic Colors of #FBF599
Black with #FBF599
Text Example
Text Example
White with #FBF599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF599; }
p { color: rgb(251,245,153); }
H1.HeaderClassName
{
color: #FBF599;
}
.AnyTagClassName
{
color: #FBF599;
}
</style>
background-color css
<style>
a { background-color: #FBF599; }
a { background-color: rgb(251,245,153); }
div.DivClassName
{
background-color: #FBF599;
}
.BgClassName
{
background-color: #FBF599;
}
</style>
border-color css
<style>
span { border-color: #FBF599; }
span { border-color: rgb(251,245,153); }
td.TdClassName
{
border-color: #FBF599;
}
.TagClassName
{
border-color: #FBF599;
}
</style>