#F8D268

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

Shades of Dandelion #F8D268

Tints of Dandelion #F8D268

Color information

#F8D268 (or 0xF8D268) is unknown color: approx Dandelion. HEX triplet: F8, D2 and 68. RGB value is (248,210,104). Sum of RGB (Red+Green+Blue) = 248+210+104=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D268 is #072D97. Grayscale: #D1D1D1. Windows color (decimal): -470424 or 6869752. OLE color: 6869752.

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

Color convert

RGB248210104-
CMYK00.150.580.03
HSL44.17º91.14%69.02%-
HSV(B)44.17º58.06%97.25%-
XYZ64.2667.0522.65-
YUV209.2868.59155.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 210 (82.42% from 255) = 37.37%
BLUE value IS 104 (41.02% from 255) = 18.51%
R=44.13%
G=37.37%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821010400.150.580.0344.1791.1469.02
HexF8D2680F3A32c5b45
Octal37032215001772354133105
Binary11111000110100101101000011111110101110110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D268; }

 p { color: rgb(248,210,104); }

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

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

 a { background-color: rgb(248,210,104); }

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

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

 span { border-color: rgb(248,210,104); }

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