#F9F095

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

Shades of Picasso #F9F095

Tints of Picasso #F9F095

Color information

#F9F095 (or 0xF9F095) is unknown color: approx Picasso. HEX triplet: F9, F0 and 95. RGB value is (249,240,149). Sum of RGB (Red+Green+Blue) = 249+240+149=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 149 (58.59% from 255 or 23.35% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F095 is #060F6A. Grayscale: #E8E8E8. Windows color (decimal): -397163 or 9826553. OLE color: 9826553.

HSL color Cylindrical-coordinate representation of color #F9F095: hue angle of 54.6º 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 #F9F095 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249240149-
CMYK00.040.400.02
HSL54.6º89.29%78.04%-
HSV(B)54.6º40.16%97.65%-
XYZ75.6584.6340.78-
YUV232.3280.98139.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 240 (94.14% from 255) = 37.62%
BLUE value IS 149 (58.59% from 255) = 23.35%
R=39.03%
G=37.62%
B=23.35%

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
Decimal24924014900.040.400.0254.689.2978.04
HexF9F0950428237594e
Octal3713602250450267131116
Binary11111001111100001001010101001010001011011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F095; }

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

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

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

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

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

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

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

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