#FDF094

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

Shades of Picasso #FDF094

Tints of Picasso #FDF094

Color information

#FDF094 (or 0xFDF094) is unknown color: approx Picasso. HEX triplet: FD, F0 and 94. RGB value is (253,240,148). Sum of RGB (Red+Green+Blue) = 253+240+148=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF094 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF094 is #020F6B. Grayscale: #E9E9E9. Windows color (decimal): -135020 or 9761021. OLE color: 9761021.

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

Color convert

RGB253240148-
CMYK00.050.420.01
HSL52.57º96.33%78.63%-
HSV(B)52.57º41.5%99.22%-
XYZ77.0185.3440.43-
YUV233.479.81141.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 148 (58.20% from 255) = 23.09%
R=39.47%
G=37.44%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324014800.050.420.0152.5796.3378.63
HexFDF094052A135604f
Octal3753602240552165140117
Binary1111110111110000100101000101101010111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF094; }

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

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

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

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

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

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

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

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