#FDE94C

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

Shades of Paris Daisy #FDE94C

Tints of Paris Daisy #FDE94C

Color information

#FDE94C (or 0xFDE94C) is unknown color: approx Paris Daisy. HEX triplet: FD, E9 and 4C. RGB value is (253,233,76). Sum of RGB (Red+Green+Blue) = 253+233+76=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 76 (30.08% from 255 or 13.52% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE94C is #0216B3. Grayscale: #DDDDDD. Windows color (decimal): -136884 or 5040637. OLE color: 5040637.

HSL color Cylindrical-coordinate representation of color #FDE94C: hue angle of 53.22º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE94C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25323376-
CMYK00.080.700.01
HSL53.22º97.79%64.51%-
HSV(B)53.22º69.96%99.22%-
XYZ70.9579.6818.48-
YUV221.0846.13150.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 76 (30.08% from 255) = 13.52%
R=45.02%
G=41.46%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532337600.080.700.0153.2297.7964.51
HexFDE94C08461356241
Octal375351114010106165142101
Binary11111101111010011001100010001000110111010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE94C; }

 p { color: rgb(253,233,76); }

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

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

 a { background-color: rgb(253,233,76); }

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

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

 span { border-color: rgb(253,233,76); }

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