#F5FA71

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

Shades of Dolly #F5FA71

Tints of Dolly #F5FA71

Color information

#F5FA71 (or 0xF5FA71) is unknown color: approx Dolly. HEX triplet: F5, FA and 71. RGB value is (245,250,113). Sum of RGB (Red+Green+Blue) = 245+250+113=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 113 (44.53% from 255 or 18.59% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA71 is #0A058E. Grayscale: #E9E9E9. Windows color (decimal): -656783 or 7469813. OLE color: 7469813.

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

Color convert

RGB245250113-
CMYK0.0200.550.02
HSL62.19º93.2%71.18%-
HSV(B)62.19º54.8%98.04%-
XYZ74.8288.9828.85-
YUV232.8960.34136.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 113 (44.53% from 255) = 18.59%
R=40.30%
G=41.12%
B=18.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501130.0200.550.0262.1993.271.18
HexF5FA71203723e5d47
Octal3653721612067276135107
Binary111101011111101011100011001101111011111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA71; }

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

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

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

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

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

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

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

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