#FDF296

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

Shades of Picasso #FDF296

Tints of Picasso #FDF296

Color information

#FDF296 (or 0xFDF296) is unknown color: approx Picasso. HEX triplet: FD, F2 and 96. RGB value is (253,242,150). Sum of RGB (Red+Green+Blue) = 253+242+150=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 150 (58.98% from 255 or 23.26% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF296 is #020D69. Grayscale: #EBEBEB. Windows color (decimal): -134506 or 9892605. OLE color: 9892605.

HSL color Cylindrical-coordinate representation of color #FDF296: hue angle of 53.59º 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 #FDF296 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB253242150-
CMYK00.040.410.01
HSL53.59º96.26%79.02%-
HSV(B)53.59º40.71%99.22%-
XYZ77.7786.5941.47-
YUV234.880.14140.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 150 (58.98% from 255) = 23.26%
R=39.22%
G=37.52%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324215000.040.410.0153.5996.2679.02
HexFDF2960429136604f
Octal3753622260451166140117
Binary1111110111110010100101100100101001111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF296; }

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

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

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

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

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

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

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

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