Shades of Picasso #FFF08F
Tints of Picasso #FFF08F
RGB
CMYK
RGB Variations
Color information
#FFF08F (or 0xFFF08F) is known color: Picasso. HEX triplet: FF, F0 and 8F. RGB value is (255,240,143). Sum of RGB (Red+Green+Blue) = 255+240+143=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 143 (56.25% from 255 or 22.41% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF08F is #000F70. Grayscale: #E9E9E9. Windows color (decimal): -3953 or 9433343. OLE color: 9433343.
HSL color Cylindrical-coordinate representation of color #FFF08F: hue angle of 51.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF08F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 143 | - |
| CMYK | 0 | 0.06 | 0.44 | 0 |
| HSL | 51.96º | 1% | 0.78% | - |
| HSV(B) | 51.96º | 0.44% | 1% | - |
| XYZ | 77.36 | 85.56 | 38.42 | - |
| YUV | 233.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 143 | 0 | 0.06 | 0.44 | 0 | 51.96 | 1 | 0.78 |
| Hex | FF | F0 | 8F | 0 | 6 | 2C | 0 | 34 | 64 | 4E |
| Octal | 377 | 360 | 217 | 0 | 6 | 54 | 0 | 64 | 144 | 116 |
| Binary | 11111111 | 11110000 | 10001111 | 0 | 110 | 101100 | 0 | 110100 | 1100100 | 1001110 |
Color Harmonies of #FFF08F
Complementary color
Monochromatic Colors of #FFF08F
Black with #FFF08F
Text Example
Text Example
White with #FFF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF08F; }
p { color: rgb(255,240,143); }
H1.HeaderClassName
{
color: #FFF08F;
}
.AnyTagClassName
{
color: #FFF08F;
}
</style>
background-color css
<style>
a { background-color: #FFF08F; }
a { background-color: rgb(255,240,143); }
div.DivClassName
{
background-color: #FFF08F;
}
.BgClassName
{
background-color: #FFF08F;
}
</style>
border-color css
<style>
span { border-color: #FFF08F; }
span { border-color: rgb(255,240,143); }
td.TdClassName
{
border-color: #FFF08F;
}
.TagClassName
{
border-color: #FFF08F;
}
</style>