#FDFD48

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

Shades of Paris Daisy #FDFD48

Tints of Paris Daisy #FDFD48

Color information

#FDFD48 (or 0xFDFD48) is unknown color: approx Paris Daisy. HEX triplet: FD, FD and 48. RGB value is (253,253,72). Sum of RGB (Red+Green+Blue) = 253+253+72=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 72 (28.52% from 255 or 12.46% from 578); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD48 is #0202B7. Grayscale: #E9E9E9. Windows color (decimal): -131768 or 4783613. OLE color: 4783613.

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

Color convert

RGB25325372-
CMYK000.720.01
HSL60º97.84%63.73%-
HSV(B)60º71.54%99.22%-
XYZ76.891.619.76-
YUV232.3737.5142.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 72 (28.52% from 255) = 12.46%
R=43.77%
G=43.77%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325372000.720.016097.8463.73
HexFDFD48004813c6240
Octal37537511000110174142100
Binary11111101111111011001000001001000111110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD48; }

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

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

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

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

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

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

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

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