#fedb60

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

Shades of Dandelion #FEDB60

Tints of Dandelion #FEDB60

Color information

#FEDB60 (or 0xFEDB60) is unknown color: approx Dandelion. HEX triplet: FE, DB and 60. RGB value is (254,219,96). Sum of RGB (Red+Green+Blue) = 254+219+96=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB60 is #01249F. Grayscale: #D7D7D7. Windows color (decimal): -74912 or 6347774. OLE color: 6347774.

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

Color convert

RGB25421996-
CMYK00.140.620.00
HSL46.71º98.75%68.63%-
HSV(B)46.71º62.2%99.61%-
XYZ68.3272.5821.47-
YUV215.4460.6155.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 96 (37.89% from 255) = 16.87%
R=44.64%
G=38.49%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542199600.140.620.0046.7198.7568.63
HexFEDB600E3E02f6345
Octal37633314001676057143105
Binary1111111011011011110000001110111110010111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fedb60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fedb60; }

 p { color: rgb(254,219,96); }

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

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

 a { background-color: rgb(254,219,96); }

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

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

 span { border-color: rgb(254,219,96); }

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