#F5F971

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

Shades of Dolly #F5F971

Tints of Dolly #F5F971

Color information

#F5F971 (or 0xF5F971) is unknown color: approx Dolly. HEX triplet: F5, F9 and 71. RGB value is (245,249,113). Sum of RGB (Red+Green+Blue) = 245+249+113=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 113 (44.53% from 255 or 18.62% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F971 is #0A068E. Grayscale: #E8E8E8. Windows color (decimal): -657039 or 7469557. OLE color: 7469557.

HSL color Cylindrical-coordinate representation of color #F5F971: hue angle of 61.76º degrees, saturation: 0.92, 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 #F5F971 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB245249113-
CMYK0.0200.550.02
HSL61.76º91.89%70.98%-
HSV(B)61.76º54.62%97.65%-
XYZ74.5188.3628.75-
YUV232.360.67137.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 113 (44.53% from 255) = 18.62%
R=40.36%
G=41.02%
B=18.62%

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
Decimal2452491130.0200.550.0261.7691.8970.98
HexF5F971203723e5c47
Octal3653711612067276134107
Binary111101011111100111100011001101111011111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F971; }

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

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

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

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

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

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

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

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