#FED65D

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

Shades of Dandelion #FED65D

Tints of Dandelion #FED65D

Color information

#FED65D (or 0xFED65D) is unknown color: approx Dandelion. HEX triplet: FE, D6 and 5D. RGB value is (254,214,93). Sum of RGB (Red+Green+Blue) = 254+214+93=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED65D is #0129A2. Grayscale: #D4D4D4. Windows color (decimal): -76195 or 6149886. OLE color: 6149886.

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

Color convert

RGB25421493-
CMYK00.160.630.00
HSL45.09º98.77%68.04%-
HSV(B)45.09º63.39%99.61%-
XYZ66.969.9520.33-
YUV212.1760.75157.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 93 (36.72% from 255) = 16.58%
R=45.28%
G=38.15%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542149300.160.630.0045.0998.7768.04
HexFED65D0103F02d6344
Octal37632613502077055143104
Binary11111110110101101011101010000111111010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED65D; }

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

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

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

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

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

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

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

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