#F5FA77

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

Shades of Dolly #F5FA77

Tints of Dolly #F5FA77

Color information

#F5FA77 (or 0xF5FA77) is unknown color: approx Dolly. HEX triplet: F5, FA and 77. RGB value is (245,250,119). Sum of RGB (Red+Green+Blue) = 245+250+119=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 119 (46.88% from 255 or 19.38% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA77 is #0A0588. Grayscale: #EAEAEA. Windows color (decimal): -656777 or 7863029. OLE color: 7863029.

HSL color Cylindrical-coordinate representation of color #F5FA77: hue angle of 62.29º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5FA77 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB245250119-
CMYK0.0200.520.02
HSL62.29º92.91%72.35%-
HSV(B)62.29º52.4%98.04%-
XYZ75.1789.1230.69-
YUV233.5763.34136.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 119 (46.88% from 255) = 19.38%
R=39.90%
G=40.72%
B=19.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501190.0200.520.0262.2992.9172.35
HexF5FA77203423e5d48
Octal3653721672064276135110
Binary111101011111101011101111001101001011111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA77; }

 p { color: rgb(245,250,119); }

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

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

 a { background-color: rgb(245,250,119); }

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

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

 span { border-color: rgb(245,250,119); }

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