Html Css Color HEX #FDEA4A Paris Daisy

📋 copy color: '#FDEA4A'

red 253 ◦ green 234 ◦ blue 74

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

Shades of Paris Daisy #FDEA4A

Tints of Paris Daisy #FDEA4A

RGB

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

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

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

R = 45.1%
G = 41.71%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDEA4A (or 0xFDEA4A) is known color: Paris Daisy. HEX triplet: FD, EA and 4A. RGB value is (253,234,74). Sum of RGB (Red+Green+Blue) = 253+234+74=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 74 (29.30% from 255 or 13.19% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA4A is #0215B5. Grayscale: #DEDEDE. Windows color (decimal): -136630 or 4909821. OLE color: 4909821.

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

Color convert

RGB 253 234 74 -
CMYK 0 0.08 0.71 0.01
HSL 53.63º 0.98% 0.64% -
HSV(B) 53.63º 0.71% 0.99% -
XYZ 71.17 80.22 18.21 -
YUV 221.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 253 234 74 0 0.08 0.71 0.01 53.63 0.98 0.64
Hex FD EA 4A 0 8 47 1 36 62 40
Octal 375 352 112 0 10 107 1 66 142 100
Binary 11111101 11101010 1001010 0 1000 1000111 1 110110 1100010 1000000

Color Harmonies of #FDEA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA4A

Black with #FDEA4A

Text Example


Text Example

White with #FDEA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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