#F6F168

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

Shades of Dolly #F6F168

Tints of Dolly #F6F168

Color information

#F6F168 (or 0xF6F168) is unknown color: approx Dolly. HEX triplet: F6, F1 and 68. RGB value is (246,241,104). Sum of RGB (Red+Green+Blue) = 246+241+104=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 104 (41.02% from 255 or 17.60% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F168 is #090E97. Grayscale: #E3E3E3. Windows color (decimal): -593560 or 6877686. OLE color: 6877686.

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

Color convert

RGB246241104-
CMYK00.020.580.04
HSL57.89º88.75%68.63%-
HSV(B)57.89º57.72%96.47%-
XYZ71.9683.525.42-
YUV226.8858.66141.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 104 (41.02% from 255) = 17.60%
R=41.62%
G=40.78%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624110400.020.580.0457.8988.7568.63
HexF6F168023A43a5945
Octal3663611500272472131105
Binary1111011011110001110100001011101010011101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F168; }

 p { color: rgb(246,241,104); }

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

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

 a { background-color: rgb(246,241,104); }

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

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

 span { border-color: rgb(246,241,104); }

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