Html Css Color HEX #FDFF48 Paris Daisy

📋 copy color: '#FDFF48'

red 253 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #FDFF48

Tints of Paris Daisy #FDFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.41%

R = 43.62%
G = 43.97%
B = 12.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FDFF48 (or 0xFDFF48) is known color: Paris Daisy. HEX triplet: FD, FF and 48. RGB value is (253,255,72). Sum of RGB (Red+Green+Blue) = 253+255+72=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 72 (28.52% from 255 or 12.41% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF48 is #0200B7. Grayscale: #EAEAEA. Windows color (decimal): -131256 or 4784125. OLE color: 4784125.

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

Color convert

RGB 253 255 72 -
CMYK 0.01 0 0.72 0
HSL 60.66º 1% 0.64% -
HSV(B) 60.66º 0.72% 1% -
XYZ 77.44 92.87 19.98 -
YUV 233.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 253 255 72 0.01 0 0.72 0 60.66 1 0.64
Hex FD FF 48 1 0 48 0 3D 64 40
Octal 375 377 110 1 0 110 0 75 144 100
Binary 11111101 11111111 1001000 1 0 1001000 0 111101 1100100 1000000

Color Harmonies of #FDFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF48

Black with #FDFF48

Text Example


Text Example

White with #FDFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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