#F1FA69

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

Shades of Dolly #F1FA69

Tints of Dolly #F1FA69

Color information

#F1FA69 (or 0xF1FA69) is unknown color: approx Dolly. HEX triplet: F1, FA and 69. RGB value is (241,250,105). Sum of RGB (Red+Green+Blue) = 241+250+105=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 105 (41.41% from 255 or 17.62% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA69 is #0E0596. Grayscale: #E7E7E7. Windows color (decimal): -918935 or 6945521. OLE color: 6945521.

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

Color convert

RGB241250105-
CMYK0.0400.580.02
HSL63.72º93.55%69.61%-
HSV(B)63.72º58%98.04%-
XYZ73.0188.0926.52-
YUV230.7857.02135.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 105 (41.41% from 255) = 17.62%
R=40.44%
G=41.95%
B=17.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501050.0400.580.0263.7293.5569.61
HexF1FA69403A2405e46
Octal36137215140722100136106
Binary11110001111110101101001100011101010100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA69; }

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

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

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

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

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

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

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

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