Html Css Color HEX #FDE04A Paris Daisy

📋 copy color: '#FDE04A'

red 253 ◦ green 224 ◦ blue 74

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

Shades of Paris Daisy #FDE04A

Tints of Paris Daisy #FDE04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.43%

R = 45.92%
G = 40.65%
B = 13.43%

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

#FDE04A (or 0xFDE04A) is known color: Paris Daisy. HEX triplet: FD, E0 and 4A. RGB value is (253,224,74). Sum of RGB (Red+Green+Blue) = 253+224+74=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE04A is #021FB5. Grayscale: #D8D8D8. Windows color (decimal): -139190 or 4907261. OLE color: 4907261.

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

Color convert

RGB 253 224 74 -
CMYK 0 0.11 0.71 0.01
HSL 50.28º 0.98% 0.64% -
HSV(B) 50.28º 0.71% 0.99% -
XYZ 68.4 74.69 17.29 -
YUV 215.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 253 224 74 0 0.11 0.71 0.01 50.28 0.98 0.64
Hex FD E0 4A 0 B 47 1 32 62 40
Octal 375 340 112 0 13 107 1 62 142 100
Binary 11111101 11100000 1001010 0 1011 1000111 1 110010 1100010 1000000

Color Harmonies of #FDE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE04A

Black with #FDE04A

Text Example


Text Example

White with #FDE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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