Html Css Color HEX #FDE74A Paris Daisy

📋 copy color: '#FDE74A'

red 253 ◦ green 231 ◦ blue 74

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

Shades of Paris Daisy #FDE74A

Tints of Paris Daisy #FDE74A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.4%

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

R = 45.34%
G = 41.4%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDE74A (or 0xFDE74A) is known color: Paris Daisy. HEX triplet: FD, E7 and 4A. RGB value is (253,231,74). Sum of RGB (Red+Green+Blue) = 253+231+74=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE74A is #0218B5. Grayscale: #DCDCDC. Windows color (decimal): -137398 or 4909053. OLE color: 4909053.

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

Color convert

RGB 253 231 74 -
CMYK 0 0.09 0.71 0.01
HSL 52.63º 0.98% 0.64% -
HSV(B) 52.63º 0.71% 0.99% -
XYZ 70.32 78.53 17.93 -
YUV 219.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 253 231 74 0 0.09 0.71 0.01 52.63 0.98 0.64
Hex FD E7 4A 0 9 47 1 35 62 40
Octal 375 347 112 0 11 107 1 65 142 100
Binary 11111101 11100111 1001010 0 1001 1000111 1 110101 1100010 1000000

Color Harmonies of #FDE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE74A

Black with #FDE74A

Text Example


Text Example

White with #FDE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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