#FEF08E

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

Shades of Picasso #FEF08E

Tints of Picasso #FEF08E

Color information

#FEF08E (or 0xFEF08E) is unknown color: approx Picasso. HEX triplet: FE, F0 and 8E. RGB value is (254,240,142). Sum of RGB (Red+Green+Blue) = 254+240+142=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 142 (55.86% from 255 or 22.33% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF08E is #010F71. Grayscale: #E9E9E9. Windows color (decimal): -69490 or 9367806. OLE color: 9367806.

HSL color Cylindrical-coordinate representation of color #FEF08E: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEF08E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254240142-
CMYK00.060.440.00
HSL52.5º98.25%77.65%-
HSV(B)52.5º44.09%99.61%-
XYZ76.9285.3438.01-
YUV233.0176.64142.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 142 (55.86% from 255) = 22.33%
R=39.94%
G=37.74%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424014200.060.440.0052.598.2577.65
HexFEF08E062C034624e
Octal3763602160654064142116
Binary1111111011110000100011100110101100011010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF08E; }

 p { color: rgb(254,240,142); }

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

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

 a { background-color: rgb(254,240,142); }

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

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

 span { border-color: rgb(254,240,142); }

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