Html Css Color HEX #FDE64E Paris Daisy

📋 copy color: '#FDE64E'

red 253 ◦ green 230 ◦ blue 78

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

Shades of Paris Daisy #FDE64E

Tints of Paris Daisy #FDE64E

RGB

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

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

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

R = 45.1%
G = 41%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDE64E (or 0xFDE64E) is known color: Paris Daisy. HEX triplet: FD, E6 and 4E. RGB value is (253,230,78). Sum of RGB (Red+Green+Blue) = 253+230+78=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 78 (30.86% from 255 or 13.90% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE64E is #0219B1. Grayscale: #DCDCDC. Windows color (decimal): -137650 or 5170941. OLE color: 5170941.

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

Color convert

RGB 253 230 78 -
CMYK 0 0.09 0.69 0.01
HSL 52.11º 0.98% 0.65% -
HSV(B) 52.11º 0.69% 0.99% -
XYZ 70.18 78.03 18.57 -
YUV 219.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 253 230 78 0 0.09 0.69 0.01 52.11 0.98 0.65
Hex FD E6 4E 0 9 45 1 34 62 41
Octal 375 346 116 0 11 105 1 64 142 101
Binary 11111101 11100110 1001110 0 1001 1000101 1 110100 1100010 1000001

Color Harmonies of #FDE64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE64E

Black with #FDE64E

Text Example


Text Example

White with #FDE64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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