#F6DC5E

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

Shades of Dandelion #F6DC5E

Tints of Dandelion #F6DC5E

Color information

#F6DC5E (or 0xF6DC5E) is unknown color: approx Dandelion. HEX triplet: F6, DC and 5E. RGB value is (246,220,94). Sum of RGB (Red+Green+Blue) = 246+220+94=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC5E is #0923A1. Grayscale: #D5D5D5. Windows color (decimal): -598946 or 6216950. OLE color: 6216950.

HSL color Cylindrical-coordinate representation of color #F6DC5E: hue angle of 49.74º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6DC5E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24622094-
CMYK00.110.620.04
HSL49.74º89.41%66.67%-
HSV(B)49.74º61.79%96.47%-
XYZ65.6271.5920.95-
YUV213.4160.61151.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 94 (37.11% from 255) = 16.79%
R=43.93%
G=39.29%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462209400.110.620.0449.7489.4166.67
HexF6DC5E0B3E4325943
Octal36633413601376462131103
Binary111101101101110010111100101111111010011001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC5E; }

 p { color: rgb(246,220,94); }

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

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

 a { background-color: rgb(246,220,94); }

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

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

 span { border-color: rgb(246,220,94); }

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