Html Css Color HEX #FDE04C Paris Daisy

📋 copy color: '#FDE04C'

red 253 ◦ green 224 ◦ blue 76

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

Shades of Paris Daisy #FDE04C

Tints of Paris Daisy #FDE04C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 76 (30.08% from 255) = 13.74%

R = 45.75%
G = 40.51%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDE04C (or 0xFDE04C) is known color: Paris Daisy. HEX triplet: FD, E0 and 4C. RGB value is (253,224,76). Sum of RGB (Red+Green+Blue) = 253+224+76=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 76 (30.08% from 255 or 13.74% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE04C is #021FB3. Grayscale: #D8D8D8. Windows color (decimal): -139188 or 5038333. OLE color: 5038333.

HSL color Cylindrical-coordinate representation of color #FDE04C: hue angle of 50.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE04C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 76 -
CMYK 0 0.11 0.70 0.01
HSL 50.17º 0.98% 0.65% -
HSV(B) 50.17º 0.7% 0.99% -
XYZ 68.47 74.72 17.65 -
YUV 215.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 253 224 76 0 0.11 0.70 0.01 50.17 0.98 0.65
Hex FD E0 4C 0 B 46 1 32 62 41
Octal 375 340 114 0 13 106 1 62 142 101
Binary 11111101 11100000 1001100 0 1011 1000110 1 110010 1100010 1000001

Color Harmonies of #FDE04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE04C

Black with #FDE04C

Text Example


Text Example

White with #FDE04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE04C; }

 p { color: rgb(253,224,76); }

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

background-color css

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

 a { background-color: rgb(253,224,76); }

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

border-color css

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

 span { border-color: rgb(253,224,76); }

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