#FED85D

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

Shades of Dandelion #FED85D

Tints of Dandelion #FED85D

Color information

#FED85D (or 0xFED85D) is unknown color: approx Dandelion. HEX triplet: FE, D8 and 5D. RGB value is (254,216,93). Sum of RGB (Red+Green+Blue) = 254+216+93=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FED85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED85D is #0127A2. Grayscale: #D5D5D5. Windows color (decimal): -75683 or 6150398. OLE color: 6150398.

HSL color Cylindrical-coordinate representation of color #FED85D: hue angle of 45.84º 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 #FED85D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB25421693-
CMYK00.150.630.00
HSL45.84º98.77%68.04%-
HSV(B)45.84º63.39%99.61%-
XYZ67.470.9720.5-
YUV213.3460.09157-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 93 (36.72% from 255) = 16.52%
R=45.12%
G=38.37%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542169300.150.630.0045.8498.7768.04
HexFED85D0F3F02e6344
Octal37633013501777056143104
Binary1111111011011000101110101111111111010111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED85D; }

 p { color: rgb(254,216,93); }

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

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

 a { background-color: rgb(254,216,93); }

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

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

 span { border-color: rgb(254,216,93); }

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