#FDED48

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

Shades of Paris Daisy #FDED48

Tints of Paris Daisy #FDED48

Color information

#FDED48 (or 0xFDED48) is unknown color: approx Paris Daisy. HEX triplet: FD, ED and 48. RGB value is (253,237,72). Sum of RGB (Red+Green+Blue) = 253+237+72=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 72 (28.52% from 255 or 12.81% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED48 is #0212B7. Grayscale: #DFDFDF. Windows color (decimal): -135864 or 4779517. OLE color: 4779517.

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

Color convert

RGB25323772-
CMYK00.060.720.01
HSL54.7º97.84%63.73%-
HSV(B)54.7º71.54%99.22%-
XYZ71.9681.9218.15-
YUV222.9742.8149.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 72 (28.52% from 255) = 12.81%
R=45.02%
G=42.17%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532377200.060.720.0154.797.8463.73
HexFDED4806481376240
Octal37535511006110167142100
Binary1111110111101101100100001101001000111011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED48; }

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

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

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

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

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

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

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

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