Html Css Color HEX #FDFD50 Paris Daisy

📋 copy color: '#FDFD50'

red 253 ◦ green 253 ◦ blue 80

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

Shades of Paris Daisy #FDFD50

Tints of Paris Daisy #FDFD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.65%

R = 43.17%
G = 43.17%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDFD50 (or 0xFDFD50) is known color: Paris Daisy. HEX triplet: FD, FD and 50. RGB value is (253,253,80). Sum of RGB (Red+Green+Blue) = 253+253+80=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 80 (31.64% from 255 or 13.65% from 586); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD50 is #0202AF. Grayscale: #E9E9E9. Windows color (decimal): -131760 or 5307901. OLE color: 5307901.

HSL color Cylindrical-coordinate representation of color #FDFD50: 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.68%. Process color model (Four color, CMYK) of #FDFD50 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 80 -
CMYK 0 0 0.68 0.01
HSL 60º 0.98% 0.65% -
HSV(B) 60º 0.68% 0.99% -
XYZ 77.08 91.71 21.23 -
YUV 233.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 253 253 80 0 0 0.68 0.01 60 0.98 0.65
Hex FD FD 50 0 0 44 1 3C 62 41
Octal 375 375 120 0 0 104 1 74 142 101
Binary 11111101 11111101 1010000 0 0 1000100 1 111100 1100010 1000001

Color Harmonies of #FDFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD50

Black with #FDFD50

Text Example


Text Example

White with #FDFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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