Html Css Color HEX #FEDC64 Dandelion

📋 copy color: '#FEDC64'

red 254 ◦ green 220 ◦ blue 100

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

Shades of Dandelion #FEDC64

Tints of Dandelion #FEDC64

RGB

 RED value IS 254 (99.61% from 255) = 44.25%

 GREEN value IS 220 (86.33% from 255) = 38.33%

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

R = 44.25%
G = 38.33%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEDC64 (or 0xFEDC64) is known color: Dandelion. HEX triplet: FE, DC and 64. RGB value is (254,220,100). Sum of RGB (Red+Green+Blue) = 254+220+100=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC64 is #01239B. Grayscale: #D9D9D9. Windows color (decimal): -74652 or 6610174. OLE color: 6610174.

HSL color Cylindrical-coordinate representation of color #FEDC64: hue angle of 46.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEDC64 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 100 -
CMYK 0 0.13 0.61 0.00
HSL 46.75º 0.99% 0.69% -
HSV(B) 46.75º 0.61% 1% -
XYZ 68.77 73.18 22.56 -
YUV 216.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 254 220 100 0 0.13 0.61 0.00 46.75 0.99 0.69
Hex FE DC 64 0 D 3D 0 2F 63 45
Octal 376 334 144 0 15 75 0 57 143 105
Binary 11111110 11011100 1100100 0 1101 111101 0 101111 1100011 1000101

Color Harmonies of #FEDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC64

Black with #FEDC64

Text Example


Text Example

White with #FEDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC64; }

 p { color: rgb(254,220,100); }

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

background-color css

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

 a { background-color: rgb(254,220,100); }

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

border-color css

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

 span { border-color: rgb(254,220,100); }

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