#FEDA5C

Color #FEDA5C Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FEDA5C

Tints of Dandelion #FEDA5C

Color information

#FEDA5C (or 0xFEDA5C) is unknown color: approx Dandelion. HEX triplet: FE, DA and 5C. RGB value is (254,218,92). Sum of RGB (Red+Green+Blue) = 254+218+92=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA5C is #0125A3. Grayscale: #D6D6D6. Windows color (decimal): -75172 or 6085374. OLE color: 6085374.

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

Color convert

RGB25421892-
CMYK00.140.640.00
HSL46.67º98.78%67.84%-
HSV(B)46.67º63.78%99.61%-
XYZ67.8871.9920.44-
YUV214.458.93156.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 92 (36.33% from 255) = 16.31%
R=45.04%
G=38.65%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542189200.140.640.0046.6798.7867.84
HexFEDA5C0E4002f6344
Octal376332134016100057143104
Binary11111110110110101011100011101000000010111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA5C; }

 p { color: rgb(254,218,92); }

 H1.HeaderClassName
 {
   color: #FEDA5C;
 }
 .AnyTagClassName
 {
   color: #FEDA5C;
 }
</style>
background-color css

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

 a { background-color: rgb(254,218,92); }

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

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

 span { border-color: rgb(254,218,92); }

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