Html Css Color HEX #FDE54E Paris Daisy

📋 copy color: '#FDE54E'

red 253 ◦ green 229 ◦ blue 78

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

Shades of Paris Daisy #FDE54E

Tints of Paris Daisy #FDE54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.93%

R = 45.18%
G = 40.89%
B = 13.93%

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

#FDE54E (or 0xFDE54E) is known color: Paris Daisy. HEX triplet: FD, E5 and 4E. RGB value is (253,229,78). Sum of RGB (Red+Green+Blue) = 253+229+78=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 78 (30.86% from 255 or 13.93% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE54E is #021AB1. Grayscale: #DBDBDB. Windows color (decimal): -137906 or 5170685. OLE color: 5170685.

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

Color convert

RGB 253 229 78 -
CMYK 0 0.09 0.69 0.01
HSL 51.77º 0.98% 0.65% -
HSV(B) 51.77º 0.69% 0.99% -
XYZ 69.9 77.47 18.48 -
YUV 218.96 48.45 152.28 -
System Red Green Blue C M Y K H S L
Decimal 253 229 78 0 0.09 0.69 0.01 51.77 0.98 0.65
Hex FD E5 4E 0 9 45 1 34 62 41
Octal 375 345 116 0 11 105 1 64 142 101
Binary 11111101 11100101 1001110 0 1001 1000101 1 110100 1100010 1000001

Color Harmonies of #FDE54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE54E

Black with #FDE54E

Text Example


Text Example

White with #FDE54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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