Shades of Picasso #FFF08B
Tints of Picasso #FFF08B
RGB
CMYK
RGB Variations
Color information
#FFF08B (or 0xFFF08B) is known color: Picasso. HEX triplet: FF, F0 and 8B. RGB value is (255,240,139). Sum of RGB (Red+Green+Blue) = 255+240+139=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 139 (54.69% from 255 or 21.92% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF08B is #000F74. Grayscale: #E9E9E9. Windows color (decimal): -3957 or 9171199. OLE color: 9171199.
HSL color Cylindrical-coordinate representation of color #FFF08B: hue angle of 52.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF08B is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 139 | - |
| CMYK | 0 | 0.06 | 0.45 | 0 |
| HSL | 52.24º | 1% | 0.77% | - |
| HSV(B) | 52.24º | 0.45% | 1% | - |
| XYZ | 77.06 | 85.44 | 36.86 | - |
| YUV | 232.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 139 | 0 | 0.06 | 0.45 | 0 | 52.24 | 1 | 0.77 |
| Hex | FF | F0 | 8B | 0 | 6 | 2D | 0 | 34 | 64 | 4D |
| Octal | 377 | 360 | 213 | 0 | 6 | 55 | 0 | 64 | 144 | 115 |
| Binary | 11111111 | 11110000 | 10001011 | 0 | 110 | 101101 | 0 | 110100 | 1100100 | 1001101 |
Color Harmonies of #FFF08B
Complementary color
Monochromatic Colors of #FFF08B
Black with #FFF08B
Text Example
Text Example
White with #FFF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF08B; }
p { color: rgb(255,240,139); }
H1.HeaderClassName
{
color: #FFF08B;
}
.AnyTagClassName
{
color: #FFF08B;
}
</style>
background-color css
<style>
a { background-color: #FFF08B; }
a { background-color: rgb(255,240,139); }
div.DivClassName
{
background-color: #FFF08B;
}
.BgClassName
{
background-color: #FFF08B;
}
</style>
border-color css
<style>
span { border-color: #FFF08B; }
span { border-color: rgb(255,240,139); }
td.TdClassName
{
border-color: #FFF08B;
}
.TagClassName
{
border-color: #FFF08B;
}
</style>