Html Css Color HEX #FDE64A Paris Daisy

📋 copy color: '#FDE64A'

red 253 ◦ green 230 ◦ blue 74

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

Shades of Paris Daisy #FDE64A

Tints of Paris Daisy #FDE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.29%

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

R = 45.42%
G = 41.29%
B = 13.29%

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

#FDE64A (or 0xFDE64A) is known color: Paris Daisy. HEX triplet: FD, E6 and 4A. RGB value is (253,230,74). Sum of RGB (Red+Green+Blue) = 253+230+74=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE64A is #0219B5. Grayscale: #DBDBDB. Windows color (decimal): -137654 or 4908797. OLE color: 4908797.

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

Color convert

RGB 253 230 74 -
CMYK 0 0.09 0.71 0.01
HSL 52.29º 0.98% 0.64% -
HSV(B) 52.29º 0.71% 0.99% -
XYZ 70.04 77.97 17.84 -
YUV 219.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 253 230 74 0 0.09 0.71 0.01 52.29 0.98 0.64
Hex FD E6 4A 0 9 47 1 34 62 40
Octal 375 346 112 0 11 107 1 64 142 100
Binary 11111101 11100110 1001010 0 1001 1000111 1 110100 1100010 1000000

Color Harmonies of #FDE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE64A

Black with #FDE64A

Text Example


Text Example

White with #FDE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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