#F8ED93

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

Shades of Picasso #F8ED93

Tints of Picasso #F8ED93

Color information

#F8ED93 (or 0xF8ED93) is unknown color: approx Picasso. HEX triplet: F8, ED and 93. RGB value is (248,237,147). Sum of RGB (Red+Green+Blue) = 248+237+147=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 147 (57.81% from 255 or 23.26% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8ED93 is #07126C. Grayscale: #E6E6E6. Windows color (decimal): -463469 or 9694712. OLE color: 9694712.

HSL color Cylindrical-coordinate representation of color #F8ED93: hue angle of 53.47º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8ED93 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248237147-
CMYK00.040.410.03
HSL53.47º87.83%77.45%-
HSV(B)53.47º40.73%97.25%-
XYZ74.2682.6339.64-
YUV230.0381.14140.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.24%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 23.26%
R=39.24%
G=37.5%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823714700.040.410.0353.4787.8377.45
HexF8ED930429335584d
Octal3703552230451365130115
Binary11111000111011011001001101001010011111010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED93; }

 p { color: rgb(248,237,147); }

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

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

 a { background-color: rgb(248,237,147); }

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

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

 span { border-color: rgb(248,237,147); }

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