#FDED4A

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

Shades of Paris Daisy #FDED4A

Tints of Paris Daisy #FDED4A

Color information

#FDED4A (or 0xFDED4A) is unknown color: approx Paris Daisy. HEX triplet: FD, ED and 4A. RGB value is (253,237,74). Sum of RGB (Red+Green+Blue) = 253+237+74=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED4A is #0212B5. Grayscale: #DFDFDF. Windows color (decimal): -135862 or 4910589. OLE color: 4910589.

HSL color Cylindrical-coordinate representation of color #FDED4A: hue angle of 54.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDED4A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB25323774-
CMYK00.060.710.01
HSL54.64º97.81%64.12%-
HSV(B)54.64º70.75%99.22%-
XYZ72.0381.9518.5-
YUV223.243.8149.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 74 (29.30% from 255) = 13.12%
R=44.86%
G=42.02%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532377400.060.710.0154.6497.8164.12
HexFDED4A06471376240
Octal37535511206107167142100
Binary1111110111101101100101001101000111111011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED4A; }

 p { color: rgb(253,237,74); }

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

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

 a { background-color: rgb(253,237,74); }

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

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

 span { border-color: rgb(253,237,74); }

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