Html Css Color HEX #FDFF50 Paris Daisy

📋 copy color: '#FDFF50'

red 253 ◦ green 255 ◦ blue 80

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

Shades of Paris Daisy #FDFF50

Tints of Paris Daisy #FDFF50

RGB

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

 GREEN value IS 255 (100% from 255) = 43.37%

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

R = 43.03%
G = 43.37%
B = 13.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FDFF50 (or 0xFDFF50) is known color: Paris Daisy. HEX triplet: FD, FF and 50. RGB value is (253,255,80). Sum of RGB (Red+Green+Blue) = 253+255+80=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 80 (31.64% from 255 or 13.61% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF50 is #0200AF. Grayscale: #EBEBEB. Windows color (decimal): -131248 or 5308413. OLE color: 5308413.

HSL color Cylindrical-coordinate representation of color #FDFF50: hue angle of 60.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDFF50 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 253 255 80 -
CMYK 0.01 0 0.69 0
HSL 60.69º 1% 0.66% -
HSV(B) 60.69º 0.69% 1% -
XYZ 77.72 92.98 21.44 -
YUV 234.45 40.84 141.23 -
System Red Green Blue C M Y K H S L
Decimal 253 255 80 0.01 0 0.69 0 60.69 1 0.66
Hex FD FF 50 1 0 45 0 3D 64 42
Octal 375 377 120 1 0 105 0 75 144 102
Binary 11111101 11111111 1010000 1 0 1000101 0 111101 1100100 1000010

Color Harmonies of #FDFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF50

Black with #FDFF50

Text Example


Text Example

White with #FDFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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