#F8F66D

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

Shades of Dolly #F8F66D

Tints of Dolly #F8F66D

Color information

#F8F66D (or 0xF8F66D) is unknown color: approx Dolly. HEX triplet: F8, F6 and 6D. RGB value is (248,246,109). Sum of RGB (Red+Green+Blue) = 248+246+109=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 109 (42.97% from 255 or 18.08% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F66D is #070992. Grayscale: #E7E7E7. Windows color (decimal): -461203 or 7206648. OLE color: 7206648.

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

Color convert

RGB248246109-
CMYK00.010.560.03
HSL59.14º90.85%70%-
HSV(B)59.14º56.05%97.25%-
XYZ74.4386.9727.33-
YUV230.9859.16140.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 109 (42.97% from 255) = 18.08%
R=41.13%
G=40.80%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824610900.010.560.0359.1490.8570
HexF8F66D013833b5b46
Octal3703661550170373133106
Binary11111000111101101101101011110001111101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F66D; }

 p { color: rgb(248,246,109); }

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

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

 a { background-color: rgb(248,246,109); }

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

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

 span { border-color: rgb(248,246,109); }

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