#F1F16D

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

Shades of Dolly #F1F16D

Tints of Dolly #F1F16D

Color information

#F1F16D (or 0xF1F16D) is unknown color: approx Dolly. HEX triplet: F1, F1 and 6D. RGB value is (241,241,109). Sum of RGB (Red+Green+Blue) = 241+241+109=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 109 (42.97% from 255 or 18.44% from 591); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F16D is #0E0E92. Grayscale: #E2E2E2. Windows color (decimal): -921235 or 7205361. OLE color: 7205361.

HSL color Cylindrical-coordinate representation of color #F1F16D: hue angle of 60º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1F16D is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241241109-
CMYK000.550.05
HSL60º82.5%68.63%-
HSV(B)60º54.77%94.51%-
XYZ70.4982.7226.72-
YUV225.9562138.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 109 (42.97% from 255) = 18.44%
R=40.78%
G=40.78%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241109000.550.056082.568.63
HexF1F16D003753c5245
Octal3613611550067574122105
Binary111100011111000111011010011011110111110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F16D; }

 p { color: rgb(241,241,109); }

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

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

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

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

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

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

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