#F6D45D

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

Shades of Dandelion #F6D45D

Tints of Dandelion #F6D45D

Color information

#F6D45D (or 0xF6D45D) is unknown color: approx Dandelion. HEX triplet: F6, D4 and 5D. RGB value is (246,212,93). Sum of RGB (Red+Green+Blue) = 246+212+93=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D45D is #092BA2. Grayscale: #D1D1D1. Windows color (decimal): -600995 or 6149366. OLE color: 6149366.

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

Color convert

RGB24621293-
CMYK00.140.620.04
HSL46.67º89.47%66.47%-
HSV(B)46.67º62.2%96.47%-
XYZ63.5367.4720.03-
YUV208.662.76154.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=44.65%
G=38.48%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462129300.140.620.0446.6789.4766.47
HexF6D45D0E3E42f5942
Octal36632413501676457131102
Binary111101101101010010111010111011111010010111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D45D; }

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

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

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

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

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

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

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

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