Html Css Color HEX #F6D85D Dandelion

📋 copy color: '#F6D85D'

red 246 ◦ green 216 ◦ blue 93

#F6D85D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #F6D85D

Tints of Dandelion #F6D85D

RGB

 RED value IS 246 (96.48% from 255) = 44.32%

 GREEN value IS 216 (84.77% from 255) = 38.92%

 BLUE value IS 93 (36.72% from 255) = 16.76%

R = 44.32%
G = 38.92%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6D85D (or 0xF6D85D) is known color: Dandelion. HEX triplet: F6, D8 and 5D. RGB value is (246,216,93). Sum of RGB (Red+Green+Blue) = 246+216+93=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D85D is #0927A2. Grayscale: #D3D3D3. Windows color (decimal): -599971 or 6150390. OLE color: 6150390.

HSL color Cylindrical-coordinate representation of color #F6D85D: hue angle of 48.24º 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 #F6D85D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 216 93 -
CMYK 0 0.12 0.62 0.04
HSL 48.24º 0.89% 0.66% -
HSV(B) 48.24º 0.62% 0.96% -
XYZ 64.54 69.49 20.37 -
YUV 210.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 246 216 93 0 0.12 0.62 0.04 48.24 0.89 0.66
Hex F6 D8 5D 0 C 3E 4 30 59 42
Octal 366 330 135 0 14 76 4 60 131 102
Binary 11110110 11011000 1011101 0 1100 111110 100 110000 1011001 1000010

Color Harmonies of #F6D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D85D

Black with #F6D85D

Text Example


Text Example

White with #F6D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D85D; }

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

 H1.HeaderClassName
 {
   color: #F6D85D;
 }
 .AnyTagClassName
 {
   color: #F6D85D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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