Html Css Color HEX #FEDC61 Dandelion

📋 copy color: '#FEDC61'

red 254 ◦ green 220 ◦ blue 97

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

Shades of Dandelion #FEDC61

Tints of Dandelion #FEDC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.99%

R = 44.48%
G = 38.53%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEDC61 (or 0xFEDC61) is known color: Dandelion. HEX triplet: FE, DC and 61. RGB value is (254,220,97). Sum of RGB (Red+Green+Blue) = 254+220+97=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 97 (38.28% from 255 or 16.99% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC61 is #01239E. Grayscale: #D8D8D8. Windows color (decimal): -74655 or 6413566. OLE color: 6413566.

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

Color convert

RGB 254 220 97 -
CMYK 0 0.13 0.62 0.00
HSL 47.01º 0.99% 0.69% -
HSV(B) 47.01º 0.62% 1% -
XYZ 68.62 73.12 21.81 -
YUV 216.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 254 220 97 0 0.13 0.62 0.00 47.01 0.99 0.69
Hex FE DC 61 0 D 3E 0 2F 63 45
Octal 376 334 141 0 15 76 0 57 143 105
Binary 11111110 11011100 1100001 0 1101 111110 0 101111 1100011 1000101

Color Harmonies of #FEDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC61

Black with #FEDC61

Text Example


Text Example

White with #FEDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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