#F9EB95

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

Shades of Picasso #F9EB95

Tints of Picasso #F9EB95

Color information

#F9EB95 (or 0xF9EB95) is unknown color: approx Picasso. HEX triplet: F9, EB and 95. RGB value is (249,235,149). Sum of RGB (Red+Green+Blue) = 249+235+149=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EB95 is #06146A. Grayscale: #E5E5E5. Windows color (decimal): -398443 or 9825273. OLE color: 9825273.

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

Color convert

RGB249235149-
CMYK00.060.400.02
HSL51.6º89.29%78.04%-
HSV(B)51.6º40.16%97.65%-
XYZ74.281.7340.3-
YUV229.3882.64141.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 149 (58.59% from 255) = 23.54%
R=39.34%
G=37.12%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923514900.060.400.0251.689.2978.04
HexF9EB950628234594e
Octal3713532250650264131116
Binary11111001111010111001010101101010001011010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EB95; }

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

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

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

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

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

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

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

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