#F5F77A

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

Shades of Dolly #F5F77A

Tints of Dolly #F5F77A

Color information

#F5F77A (or 0xF5F77A) is unknown color: approx Dolly. HEX triplet: F5, F7 and 7A. RGB value is (245,247,122). Sum of RGB (Red+Green+Blue) = 245+247+122=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F77A is #0A0885. Grayscale: #E8E8E8. Windows color (decimal): -657542 or 8058869. OLE color: 8058869.

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

Color convert

RGB245247122-
CMYK0.0100.510.03
HSL60.96º88.65%72.35%-
HSV(B)60.96º50.61%96.86%-
XYZ74.4387.3431.35-
YUV232.1565.84137.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 122 (48.05% from 255) = 19.87%
R=39.90%
G=40.23%
B=19.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471220.0100.510.0360.9688.6572.35
HexF5F77A103333d5948
Octal3653671721063375131110
Binary11110101111101111111010101100111111110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F77A; }

 p { color: rgb(245,247,122); }

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

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

 a { background-color: rgb(245,247,122); }

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

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

 span { border-color: rgb(245,247,122); }

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