#FDF096

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

Shades of Picasso #FDF096

Tints of Picasso #FDF096

Color information

#FDF096 (or 0xFDF096) is unknown color: approx Picasso. HEX triplet: FD, F0 and 96. RGB value is (253,240,150). Sum of RGB (Red+Green+Blue) = 253+240+150=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 150 (58.98% from 255 or 23.33% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF096 is #020F69. Grayscale: #EAEAEA. Windows color (decimal): -135018 or 9892093. OLE color: 9892093.

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

Color convert

RGB253240150-
CMYK00.050.410.01
HSL52.43º96.26%79.02%-
HSV(B)52.43º40.71%99.22%-
XYZ77.1785.441.27-
YUV233.6380.81141.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 150 (58.98% from 255) = 23.33%
R=39.35%
G=37.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324015000.050.410.0152.4396.2679.02
HexFDF0960529134604f
Octal3753602260551164140117
Binary1111110111110000100101100101101001111010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF096; }

 p { color: rgb(253,240,150); }

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

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

 a { background-color: rgb(253,240,150); }

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

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

 span { border-color: rgb(253,240,150); }

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