Html Css Color HEX #FDE164 Dandelion

📋 copy color: '#FDE164'

red 253 ◦ green 225 ◦ blue 100

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

Shades of Dandelion #FDE164

Tints of Dandelion #FDE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.93%

 BLUE value IS 100 (39.45% from 255) = 17.3%

R = 43.77%
G = 38.93%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDE164 (or 0xFDE164) is known color: Dandelion. HEX triplet: FD, E1 and 64. RGB value is (253,225,100). Sum of RGB (Red+Green+Blue) = 253+225+100=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 100 (39.45% from 255 or 17.30% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE164 is #021E9B. Grayscale: #DBDBDB. Windows color (decimal): -138908 or 6611453. OLE color: 6611453.

HSL color Cylindrical-coordinate representation of color #FDE164: hue angle of 49.02º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDE164 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 225 100 -
CMYK 0 0.11 0.60 0.01
HSL 49.02º 0.97% 0.69% -
HSV(B) 49.02º 0.6% 0.99% -
XYZ 69.73 75.65 22.98 -
YUV 219.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 253 225 100 0 0.11 0.60 0.01 49.02 0.97 0.69
Hex FD E1 64 0 B 3C 1 31 61 45
Octal 375 341 144 0 13 74 1 61 141 105
Binary 11111101 11100001 1100100 0 1011 111100 1 110001 1100001 1000101

Color Harmonies of #FDE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE164

Black with #FDE164

Text Example


Text Example

White with #FDE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE164; }

 p { color: rgb(253,225,100); }

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

background-color css

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

 a { background-color: rgb(253,225,100); }

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

border-color css

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

 span { border-color: rgb(253,225,100); }

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