Html Css Color HEX #FDED49 Paris Daisy

📋 copy color: '#FDED49'

red 253 ◦ green 237 ◦ blue 73

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

Shades of Paris Daisy #FDED49

Tints of Paris Daisy #FDED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 73 (28.91% from 255) = 12.97%

R = 44.94%
G = 42.1%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDED49 (or 0xFDED49) is known color: Paris Daisy. HEX triplet: FD, ED and 49. RGB value is (253,237,73). Sum of RGB (Red+Green+Blue) = 253+237+73=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 73 (28.91% from 255 or 12.97% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED49 is #0212B6. Grayscale: #DFDFDF. Windows color (decimal): -135863 or 4845053. OLE color: 4845053.

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

Color convert

RGB 253 237 73 -
CMYK 0 0.06 0.71 0.01
HSL 54.67º 0.98% 0.64% -
HSV(B) 54.67º 0.71% 0.99% -
XYZ 71.99 81.93 18.32 -
YUV 223.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 253 237 73 0 0.06 0.71 0.01 54.67 0.98 0.64
Hex FD ED 49 0 6 47 1 37 62 40
Octal 375 355 111 0 6 107 1 67 142 100
Binary 11111101 11101101 1001001 0 110 1000111 1 110111 1100010 1000000

Color Harmonies of #FDED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED49

Black with #FDED49

Text Example


Text Example

White with #FDED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED49; }

 p { color: rgb(253,237,73); }

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

background-color css

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

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

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

border-color css

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

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

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