#FDF191

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

Shades of Picasso #FDF191

Tints of Picasso #FDF191

Color information

#FDF191 (or 0xFDF191) is unknown color: approx Picasso. HEX triplet: FD, F1 and 91. RGB value is (253,241,145). Sum of RGB (Red+Green+Blue) = 253+241+145=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 145 (57.03% from 255 or 22.69% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF191 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF191 is #020E6E. Grayscale: #EAEAEA. Windows color (decimal): -134767 or 9564669. OLE color: 9564669.

HSL color Cylindrical-coordinate representation of color #FDF191: hue angle of 53.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF191 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253241145-
CMYK00.050.430.01
HSL53.33º96.43%78.04%-
HSV(B)53.33º42.69%99.22%-
XYZ77.0785.8439.29-
YUV233.6477.98141.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 145 (57.03% from 255) = 22.69%
R=39.59%
G=37.72%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324114500.050.430.0153.3396.4378.04
HexFDF191052B135604e
Octal3753612210553165140116
Binary1111110111110001100100010101101011111010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF191; }

 p { color: rgb(253,241,145); }

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

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

 a { background-color: rgb(253,241,145); }

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

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

 span { border-color: rgb(253,241,145); }

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