#F9F096

Color #F9F096 Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #F9F096

Tints of Picasso #F9F096

Color information

#F9F096 (or 0xF9F096) is unknown color: approx Picasso. HEX triplet: F9, F0 and 96. RGB value is (249,240,150). Sum of RGB (Red+Green+Blue) = 249+240+150=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F096 is #060F69. Grayscale: #E8E8E8. Windows color (decimal): -397162 or 9892089. OLE color: 9892089.

HSL color Cylindrical-coordinate representation of color #F9F096: hue angle of 54.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9F096 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249240150-
CMYK00.040.400.02
HSL54.55º89.19%78.24%-
HSV(B)54.55º39.76%97.65%-
XYZ75.7384.6641.2-
YUV232.4381.48139.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 150 (58.98% from 255) = 23.47%
R=38.97%
G=37.56%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924015000.040.400.0254.5589.1978.24
HexF9F0960428237594e
Octal3713602260450267131116
Binary11111001111100001001011001001010001011011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F096; }

 p { color: rgb(249,240,150); }

 H1.HeaderClassName
 {
   color: #F9F096;
 }
 .AnyTagClassName
 {
   color: #F9F096;
 }
</style>
background-color css

<style>
 a { background-color: #F9F096; }

 a { background-color: rgb(249,240,150); }

 div.DivClassName
 {
   background-color: #F9F096;
 }
 .BgClassName
 {
   background-color: #F9F096;
 }
</style>
border-color css

<style>
 span { border-color: #F9F096; }

 span { border-color: rgb(249,240,150); }

 td.TdClassName
 {
   border-color: #F9F096;
 }
 .TagClassName
 {
   border-color: #F9F096;
 }
</style>