#FEF193

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

Shades of Picasso #FEF193

Tints of Picasso #FEF193

Color information

#FEF193 (or 0xFEF193) is unknown color: approx Picasso. HEX triplet: FE, F1 and 93. RGB value is (254,241,147). Sum of RGB (Red+Green+Blue) = 254+241+147=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 147 (57.81% from 255 or 22.90% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF193 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF193 is #010E6C. Grayscale: #EAEAEA. Windows color (decimal): -69229 or 9695742. OLE color: 9695742.

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

Color convert

RGB254241147-
CMYK00.050.420.00
HSL52.71º98.17%78.63%-
HSV(B)52.71º42.13%99.61%-
XYZ77.5986.0940.13-
YUV234.1778.81142.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 147 (57.81% from 255) = 22.90%
R=39.56%
G=37.54%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424114700.050.420.0052.7198.1778.63
HexFEF193052A035624f
Octal3763612230552065142117
Binary1111111011110001100100110101101010011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF193; }

 p { color: rgb(254,241,147); }

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

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

 a { background-color: rgb(254,241,147); }

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

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

 span { border-color: rgb(254,241,147); }

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