Html Css Color HEX #FDE54F Paris Daisy

📋 copy color: '#FDE54F'

red 253 ◦ green 229 ◦ blue 79

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

Shades of Paris Daisy #FDE54F

Tints of Paris Daisy #FDE54F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 79 (31.25% from 255) = 14.08%

R = 45.1%
G = 40.82%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDE54F (or 0xFDE54F) is known color: Paris Daisy. HEX triplet: FD, E5 and 4F. RGB value is (253,229,79). Sum of RGB (Red+Green+Blue) = 253+229+79=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 79 (31.25% from 255 or 14.08% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE54F is #021AB0. Grayscale: #DBDBDB. Windows color (decimal): -137905 or 5236221. OLE color: 5236221.

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

Color convert

RGB 253 229 79 -
CMYK 0 0.09 0.69 0.01
HSL 51.72º 0.98% 0.65% -
HSV(B) 51.72º 0.69% 0.99% -
XYZ 69.94 77.49 18.67 -
YUV 219.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 253 229 79 0 0.09 0.69 0.01 51.72 0.98 0.65
Hex FD E5 4F 0 9 45 1 34 62 41
Octal 375 345 117 0 11 105 1 64 142 101
Binary 11111101 11100101 1001111 0 1001 1000101 1 110100 1100010 1000001

Color Harmonies of #FDE54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE54F

Black with #FDE54F

Text Example


Text Example

White with #FDE54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE54F; }

 p { color: rgb(253,229,79); }

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

background-color css

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

 a { background-color: rgb(253,229,79); }

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

border-color css

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

 span { border-color: rgb(253,229,79); }

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