Html Css Color HEX #FEDC5E Dandelion

📋 copy color: '#FEDC5E'

red 254 ◦ green 220 ◦ blue 94

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

Shades of Dandelion #FEDC5E

Tints of Dandelion #FEDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.55%

R = 44.72%
G = 38.73%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEDC5E (or 0xFEDC5E) is known color: Dandelion. HEX triplet: FE, DC and 5E. RGB value is (254,220,94). Sum of RGB (Red+Green+Blue) = 254+220+94=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC5E is #0123A1. Grayscale: #D8D8D8. Windows color (decimal): -74658 or 6216958. OLE color: 6216958.

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

Color convert

RGB 254 220 94 -
CMYK 0 0.13 0.63 0.00
HSL 47.25º 0.99% 0.68% -
HSV(B) 47.25º 0.63% 1% -
XYZ 68.49 73.07 21.08 -
YUV 215.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 254 220 94 0 0.13 0.63 0.00 47.25 0.99 0.68
Hex FE DC 5E 0 D 3F 0 2F 63 44
Octal 376 334 136 0 15 77 0 57 143 104
Binary 11111110 11011100 1011110 0 1101 111111 0 101111 1100011 1000100

Color Harmonies of #FEDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC5E

Black with #FEDC5E

Text Example


Text Example

White with #FEDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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