#F8D86A

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

Shades of Dandelion #F8D86A

Tints of Dandelion #F8D86A

Color information

#F8D86A (or 0xF8D86A) is unknown color: approx Dandelion. HEX triplet: F8, D8 and 6A. RGB value is (248,216,106). Sum of RGB (Red+Green+Blue) = 248+216+106=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D86A is #072795. Grayscale: #D5D5D5. Windows color (decimal): -468886 or 7002360. OLE color: 7002360.

HSL color Cylindrical-coordinate representation of color #F8D86A: hue angle of 46.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8D86A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB248216106-
CMYK00.130.570.03
HSL46.48º91.03%69.41%-
HSV(B)46.48º57.26%97.25%-
XYZ65.8770.1123.7-
YUV213.0367.6152.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.51%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 106 (41.80% from 255) = 18.60%
R=43.51%
G=37.89%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821610600.130.570.0346.4891.0369.41
HexF8D86A0D3932e5b45
Octal37033015201571356133105
Binary11111000110110001101010011011110011110111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D86A; }

 p { color: rgb(248,216,106); }

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

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

 a { background-color: rgb(248,216,106); }

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

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

 span { border-color: rgb(248,216,106); }

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