Html Css Color HEX #FEDC6A Dandelion

📋 copy color: '#FEDC6A'

red 254 ◦ green 220 ◦ blue 106

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

Shades of Dandelion #FEDC6A

Tints of Dandelion #FEDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.28%

R = 43.79%
G = 37.93%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEDC6A (or 0xFEDC6A) is known color: Dandelion. HEX triplet: FE, DC and 6A. RGB value is (254,220,106). Sum of RGB (Red+Green+Blue) = 254+220+106=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC6A is #012395. Grayscale: #D9D9D9. Windows color (decimal): -74646 or 7003390. OLE color: 7003390.

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

Color convert

RGB 254 220 106 -
CMYK 0 0.13 0.58 0.00
HSL 46.22º 0.99% 0.71% -
HSV(B) 46.22º 0.58% 1% -
XYZ 69.07 73.3 24.14 -
YUV 217.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 254 220 106 0 0.13 0.58 0.00 46.22 0.99 0.71
Hex FE DC 6A 0 D 3A 0 2E 63 47
Octal 376 334 152 0 15 72 0 56 143 107
Binary 11111110 11011100 1101010 0 1101 111010 0 101110 1100011 1000111

Color Harmonies of #FEDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC6A

Black with #FEDC6A

Text Example


Text Example

White with #FEDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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