Html Css Color HEX #FDE34D Paris Daisy

📋 copy color: '#FDE34D'

red 253 ◦ green 227 ◦ blue 77

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

Shades of Paris Daisy #FDE34D

Tints of Paris Daisy #FDE34D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.75%

 BLUE value IS 77 (30.47% from 255) = 13.82%

R = 45.42%
G = 40.75%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDE34D (or 0xFDE34D) is known color: Paris Daisy. HEX triplet: FD, E3 and 4D. RGB value is (253,227,77). Sum of RGB (Red+Green+Blue) = 253+227+77=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE34D is #021CB2. Grayscale: #DADADA. Windows color (decimal): -138419 or 5104637. OLE color: 5104637.

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

Color convert

RGB 253 227 77 -
CMYK 0 0.10 0.70 0.01
HSL 51.14º 0.98% 0.65% -
HSV(B) 51.14º 0.7% 0.99% -
XYZ 69.32 76.36 18.11 -
YUV 217.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 253 227 77 0 0.10 0.70 0.01 51.14 0.98 0.65
Hex FD E3 4D 0 A 46 1 33 62 41
Octal 375 343 115 0 12 106 1 63 142 101
Binary 11111101 11100011 1001101 0 1010 1000110 1 110011 1100010 1000001

Color Harmonies of #FDE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE34D

Black with #FDE34D

Text Example


Text Example

White with #FDE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE34D; }

 p { color: rgb(253,227,77); }

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

background-color css

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

 a { background-color: rgb(253,227,77); }

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

border-color css

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

 span { border-color: rgb(253,227,77); }

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