Shades of Pale Prim #FFF597
Tints of Pale Prim #FFF597
RGB
CMYK
RGB Variations
Color information
#FFF597 (or 0xFFF597) is known color: Pale Prim. HEX triplet: FF, F5 and 97. RGB value is (255,245,151). Sum of RGB (Red+Green+Blue) = 255+245+151=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 151 (59.38% from 255 or 23.20% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF597 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF597 is #000A68. Grayscale: #EDEDED. Windows color (decimal): -2665 or 9958911. OLE color: 9958911.
HSL color Cylindrical-coordinate representation of color #FFF597: hue angle of 54.23º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFF597 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 151 | - |
| CMYK | 0 | 0.04 | 0.41 | 0 |
| HSL | 54.23º | 1% | 0.8% | - |
| HSV(B) | 54.23º | 0.41% | 1% | - |
| XYZ | 79.48 | 88.8 | 42.23 | - |
| YUV | 237.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 151 | 0 | 0.04 | 0.41 | 0 | 54.23 | 1 | 0.8 |
| Hex | FF | F5 | 97 | 0 | 4 | 29 | 0 | 36 | 64 | 50 |
| Octal | 377 | 365 | 227 | 0 | 4 | 51 | 0 | 66 | 144 | 120 |
| Binary | 11111111 | 11110101 | 10010111 | 0 | 100 | 101001 | 0 | 110110 | 1100100 | 1010000 |
Color Harmonies of #FFF597
Complementary color
Monochromatic Colors of #FFF597
Black with #FFF597
Text Example
Text Example
White with #FFF597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF597; }
p { color: rgb(255,245,151); }
H1.HeaderClassName
{
color: #FFF597;
}
.AnyTagClassName
{
color: #FFF597;
}
</style>
background-color css
<style>
a { background-color: #FFF597; }
a { background-color: rgb(255,245,151); }
div.DivClassName
{
background-color: #FFF597;
}
.BgClassName
{
background-color: #FFF597;
}
</style>
border-color css
<style>
span { border-color: #FFF597; }
span { border-color: rgb(255,245,151); }
td.TdClassName
{
border-color: #FFF597;
}
.TagClassName
{
border-color: #FFF597;
}
</style>