#F6F880

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

Shades of Dolly #F6F880

Tints of Dolly #F6F880

Color information

#F6F880 (or 0xF6F880) is unknown color: approx Dolly. HEX triplet: F6, F8 and 80. RGB value is (246,248,128). Sum of RGB (Red+Green+Blue) = 246+248+128=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F880 is #09077F. Grayscale: #EAEAEA. Windows color (decimal): -591744 or 8452342. OLE color: 8452342.

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

Color convert

RGB246248128-
CMYK0.0100.480.03
HSL61º89.55%73.73%-
HSV(B)61º48.39%97.25%-
XYZ75.4788.2933.49-
YUV233.7268.34136.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 248 (97.27% from 255) = 39.87%
BLUE value IS 128 (50.39% from 255) = 20.58%
R=39.55%
G=39.87%
B=20.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462481280.0100.480.036189.5573.73
HexF6F880103033d5a4a
Octal3663702001060375132112
Binary111101101111100010000000101100001111110110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F880; }

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

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

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

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

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

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

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

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