#F9EA92

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

Shades of Picasso #F9EA92

Tints of Picasso #F9EA92

Color information

#F9EA92 (or 0xF9EA92) is unknown color: approx Picasso. HEX triplet: F9, EA and 92. RGB value is (249,234,146). Sum of RGB (Red+Green+Blue) = 249+234+146=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 146 (57.42% from 255 or 23.21% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EA92 is #06156D. Grayscale: #E4E4E4. Windows color (decimal): -398702 or 9628409. OLE color: 9628409.

HSL color Cylindrical-coordinate representation of color #F9EA92: hue angle of 51.26º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9EA92 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249234146-
CMYK00.060.410.02
HSL51.26º89.57%77.45%-
HSV(B)51.26º41.37%97.65%-
XYZ73.6881.0638.96-
YUV228.4581.47142.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.59%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 146 (57.42% from 255) = 23.21%
R=39.59%
G=37.20%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923414600.060.410.0251.2689.5777.45
HexF9EA9206292335a4d
Octal3713522220651263132115
Binary11111001111010101001001001101010011011001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EA92; }

 p { color: rgb(249,234,146); }

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

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

 a { background-color: rgb(249,234,146); }

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

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

 span { border-color: rgb(249,234,146); }

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