#F5FA7A

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

Shades of Dolly #F5FA7A

Tints of Dolly #F5FA7A

Color information

#F5FA7A (or 0xF5FA7A) is unknown color: approx Dolly. HEX triplet: F5, FA and 7A. RGB value is (245,250,122). Sum of RGB (Red+Green+Blue) = 245+250+122=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 122 (48.05% from 255 or 19.77% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA7A is #0A0585. Grayscale: #EAEAEA. Windows color (decimal): -656774 or 8059637. OLE color: 8059637.

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

Color convert

RGB245250122-
CMYK0.0200.510.02
HSL62.34º92.75%72.94%-
HSV(B)62.34º51.2%98.04%-
XYZ75.3589.1931.66-
YUV233.9164.84135.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 122 (48.05% from 255) = 19.77%
R=39.71%
G=40.52%
B=19.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501220.0200.510.0262.3492.7572.94
HexF5FA7A203323e5d49
Octal3653721722063276135111
Binary111101011111101011110101001100111011111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA7A; }

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

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

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

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

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

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

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

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