Html Css Color HEX #FDFF45 Paris Daisy

📋 copy color: '#FDFF45'

red 253 ◦ green 255 ◦ blue 69

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

Shades of Paris Daisy #FDFF45

Tints of Paris Daisy #FDFF45

RGB

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

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

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

R = 43.85%
G = 44.19%
B = 11.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FDFF45 (or 0xFDFF45) is known color: Paris Daisy. HEX triplet: FD, FF and 45. RGB value is (253,255,69). Sum of RGB (Red+Green+Blue) = 253+255+69=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 69 (27.34% from 255 or 11.96% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF45 is #0200BA. Grayscale: #E9E9E9. Windows color (decimal): -131259 or 4587517. OLE color: 4587517.

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

Color convert

RGB 253 255 69 -
CMYK 0.01 0 0.73 0
HSL 60.65º 1% 0.64% -
HSV(B) 60.65º 0.73% 1% -
XYZ 77.34 92.83 19.47 -
YUV 233.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 253 255 69 0.01 0 0.73 0 60.65 1 0.64
Hex FD FF 45 1 0 49 0 3D 64 40
Octal 375 377 105 1 0 111 0 75 144 100
Binary 11111101 11111111 1000101 1 0 1001001 0 111101 1100100 1000000

Color Harmonies of #FDFF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF45

Black with #FDFF45

Text Example


Text Example

White with #FDFF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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