Html Css Color HEX #FDFD4D Paris Daisy

📋 copy color: '#FDFD4D'

red 253 ◦ green 253 ◦ blue 77

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

Shades of Paris Daisy #FDFD4D

Tints of Paris Daisy #FDFD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.21%

R = 43.4%
G = 43.4%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDFD4D (or 0xFDFD4D) is known color: Paris Daisy. HEX triplet: FD, FD and 4D. RGB value is (253,253,77). Sum of RGB (Red+Green+Blue) = 253+253+77=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 77 (30.47% from 255 or 13.21% from 583); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD4D is #0202B2. Grayscale: #E9E9E9. Windows color (decimal): -131763 or 5111293. OLE color: 5111293.

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

Color convert

RGB 253 253 77 -
CMYK 0 0 0.70 0.01
HSL 60º 0.98% 0.65% -
HSV(B) 60º 0.7% 0.99% -
XYZ 76.97 91.67 20.66 -
YUV 232.94 40 142.31 -
System Red Green Blue C M Y K H S L
Decimal 253 253 77 0 0 0.70 0.01 60 0.98 0.65
Hex FD FD 4D 0 0 46 1 3C 62 41
Octal 375 375 115 0 0 106 1 74 142 101
Binary 11111101 11111101 1001101 0 0 1000110 1 111100 1100010 1000001

Color Harmonies of #FDFD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD4D

Black with #FDFD4D

Text Example


Text Example

White with #FDFD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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