#FEF08C

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

Shades of Picasso #FEF08C

Tints of Picasso #FEF08C

Color information

#FEF08C (or 0xFEF08C) is unknown color: approx Picasso. HEX triplet: FE, F0 and 8C. RGB value is (254,240,140). Sum of RGB (Red+Green+Blue) = 254+240+140=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 140 (55.08% from 255 or 22.08% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF08C is #010F73. Grayscale: #E9E9E9. Windows color (decimal): -69492 or 9236734. OLE color: 9236734.

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

Color convert

RGB254240140-
CMYK00.060.450.00
HSL52.63º98.28%77.25%-
HSV(B)52.63º44.88%99.61%-
XYZ76.7785.2837.23-
YUV232.7975.64143.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 140 (55.08% from 255) = 22.08%
R=40.06%
G=37.85%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424014000.060.450.0052.6398.2877.25
HexFEF08C062D035624d
Octal3763602140655065142115
Binary1111111011110000100011000110101101011010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF08C; }

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

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

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

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

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

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

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

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