#FED45D

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

Shades of Dandelion #FED45D

Tints of Dandelion #FED45D

Color information

#FED45D (or 0xFED45D) is unknown color: approx Dandelion. HEX triplet: FE, D4 and 5D. RGB value is (254,212,93). Sum of RGB (Red+Green+Blue) = 254+212+93=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED45D is #012BA2. Grayscale: #D3D3D3. Windows color (decimal): -76707 or 6149374. OLE color: 6149374.

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

Color convert

RGB25421293-
CMYK00.170.630.00
HSL44.35º98.77%68.04%-
HSV(B)44.35º63.39%99.61%-
XYZ66.3968.9520.16-
YUV210.9961.41158.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 93 (36.72% from 255) = 16.64%
R=45.44%
G=37.92%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542129300.170.630.0044.3598.7768.04
HexFED45D0113F02c6344
Octal37632413502177054143104
Binary11111110110101001011101010001111111010110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED45D; }

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

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

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

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

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

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

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

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