#F1FA75

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

Shades of Dolly #F1FA75

Tints of Dolly #F1FA75

Color information

#F1FA75 (or 0xF1FA75) is unknown color: approx Dolly. HEX triplet: F1, FA and 75. RGB value is (241,250,117). Sum of RGB (Red+Green+Blue) = 241+250+117=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 117 (46.09% from 255 or 19.24% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA75 is #0E058A. Grayscale: #E8E8E8. Windows color (decimal): -918923 or 7731953. OLE color: 7731953.

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

Color convert

RGB241250117-
CMYK0.0400.530.02
HSL64.06º93.01%71.96%-
HSV(B)64.06º53.2%98.04%-
XYZ73.6788.3630-
YUV232.1563.02134.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 117 (46.09% from 255) = 19.24%
R=39.64%
G=41.12%
B=19.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501170.0400.530.0264.0693.0171.96
HexF1FA7540352405d48
Octal36137216540652100135110
Binary11110001111110101110101100011010110100000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA75; }

 p { color: rgb(241,250,117); }

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

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

 a { background-color: rgb(241,250,117); }

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

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

 span { border-color: rgb(241,250,117); }

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