#F7F880

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

Shades of Dolly #F7F880

Tints of Dolly #F7F880

Color information

#F7F880 (or 0xF7F880) is unknown color: approx Dolly. HEX triplet: F7, F8 and 80. RGB value is (247,248,128). Sum of RGB (Red+Green+Blue) = 247+248+128=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F880 is #08077F. Grayscale: #EAEAEA. Windows color (decimal): -526208 or 8452343. OLE color: 8452343.

HSL color Cylindrical-coordinate representation of color #F7F880: hue angle of 60.5º 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 #F7F880 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247248128-
CMYK0.0000.480.03
HSL60.5º89.55%73.73%-
HSV(B)60.5º48.39%97.25%-
XYZ75.8288.4733.5-
YUV234.0268.17137.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 128 (50.39% from 255) = 20.55%
R=39.65%
G=39.81%
B=20.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472481280.0000.480.0360.589.5573.73
HexF7F880003033c5a4a
Octal3673702000060374132112
Binary111101111111100010000000001100001111110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F880; }

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

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

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

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

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

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

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

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