Html Css Color HEX #FDEA4E Paris Daisy

📋 copy color: '#FDEA4E'

red 253 ◦ green 234 ◦ blue 78

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

Shades of Paris Daisy #FDEA4E

Tints of Paris Daisy #FDEA4E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

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

R = 44.78%
G = 41.42%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDEA4E (or 0xFDEA4E) is known color: Paris Daisy. HEX triplet: FD, EA and 4E. RGB value is (253,234,78). Sum of RGB (Red+Green+Blue) = 253+234+78=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 78 (30.86% from 255 or 13.81% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA4E is #0215B1. Grayscale: #DEDEDE. Windows color (decimal): -136626 or 5171965. OLE color: 5171965.

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

Color convert

RGB 253 234 78 -
CMYK 0 0.08 0.69 0.01
HSL 53.49º 0.98% 0.65% -
HSV(B) 53.49º 0.69% 0.99% -
XYZ 71.31 80.28 18.94 -
YUV 221.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 253 234 78 0 0.08 0.69 0.01 53.49 0.98 0.65
Hex FD EA 4E 0 8 45 1 35 62 41
Octal 375 352 116 0 10 105 1 65 142 101
Binary 11111101 11101010 1001110 0 1000 1000101 1 110101 1100010 1000001

Color Harmonies of #FDEA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA4E

Black with #FDEA4E

Text Example


Text Example

White with #FDEA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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