Html Css Color HEX #FDE249 Paris Daisy

📋 copy color: '#FDE249'

red 253 ◦ green 226 ◦ blue 73

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

Shades of Paris Daisy #FDE249

Tints of Paris Daisy #FDE249

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.94%

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

R = 45.83%
G = 40.94%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDE249 (or 0xFDE249) is known color: Paris Daisy. HEX triplet: FD, E2 and 49. RGB value is (253,226,73). Sum of RGB (Red+Green+Blue) = 253+226+73=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 73 (28.91% from 255 or 13.22% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE249 is #021DB6. Grayscale: #D9D9D9. Windows color (decimal): -138679 or 4842237. OLE color: 4842237.

HSL color Cylindrical-coordinate representation of color #FDE249: hue angle of 51º 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 #FDE249 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 73 -
CMYK 0 0.11 0.71 0.01
HSL 51º 0.98% 0.64% -
HSV(B) 51º 0.71% 0.99% -
XYZ 68.91 75.76 17.29 -
YUV 216.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 253 226 73 0 0.11 0.71 0.01 51 0.98 0.64
Hex FD E2 49 0 B 47 1 33 62 40
Octal 375 342 111 0 13 107 1 63 142 100
Binary 11111101 11100010 1001001 0 1011 1000111 1 110011 1100010 1000000

Color Harmonies of #FDE249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE249

Black with #FDE249

Text Example


Text Example

White with #FDE249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE249; }

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

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

background-color css

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

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

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

border-color css

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

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

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