Html Css Color HEX #FDFD45 Paris Daisy

📋 copy color: '#FDFD45'

red 253 ◦ green 253 ◦ blue 69

#FDFD45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FDFD45

Tints of Paris Daisy #FDFD45

RGB

 RED value IS 253 (99.22% from 255) = 44%

 GREEN value IS 253 (99.22% from 255) = 44%

 BLUE value IS 69 (27.34% from 255) = 12%

R = 44%
G = 44%
B = 12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDFD45 (or 0xFDFD45) is known color: Paris Daisy. HEX triplet: FD, FD and 45. RGB value is (253,253,69). Sum of RGB (Red+Green+Blue) = 253+253+69=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 69 (27.34% from 255 or 12% from 575); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD45 is #0202BA. Grayscale: #E8E8E8. Windows color (decimal): -131771 or 4587005. OLE color: 4587005.

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

Color convert

RGB 253 253 69 -
CMYK 0 0 0.73 0.01
HSL 60º 0.98% 0.63% -
HSV(B) 60º 0.73% 0.99% -
XYZ 76.71 91.56 19.26 -
YUV 232.02 36 142.96 -
System Red Green Blue C M Y K H S L
Decimal 253 253 69 0 0 0.73 0.01 60 0.98 0.63
Hex FD FD 45 0 0 49 1 3C 62 3F
Octal 375 375 105 0 0 111 1 74 142 77
Binary 11111101 11111101 1000101 0 0 1001001 1 111100 1100010 111111

Color Harmonies of #FDFD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD45

Black with #FDFD45

Text Example


Text Example

White with #FDFD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD45; }

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

 H1.HeaderClassName
 {
   color: #FDFD45;
 }
 .AnyTagClassName
 {
   color: #FDFD45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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