#F1F475

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

Shades of Dolly #F1F475

Tints of Dolly #F1F475

Color information

#F1F475 (or 0xF1F475) is unknown color: approx Dolly. HEX triplet: F1, F4 and 75. RGB value is (241,244,117). Sum of RGB (Red+Green+Blue) = 241+244+117=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 117 (46.09% from 255 or 19.44% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F475 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F475 is #0E0B8A. Grayscale: #E5E5E5. Windows color (decimal): -920459 or 7730417. OLE color: 7730417.

HSL color Cylindrical-coordinate representation of color #F1F475: hue angle of 61.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1F475 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB241244117-
CMYK0.0100.520.04
HSL61.42º85.23%70.78%-
HSV(B)61.42º52.05%95.69%-
XYZ71.8484.6929.39-
YUV228.6265.01136.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 117 (46.09% from 255) = 19.44%
R=40.03%
G=40.53%
B=19.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412441170.0100.520.0461.4285.2370.78
HexF1F475103443d5547
Octal3613641651064475125107
Binary111100011111010011101011011010010011110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F475; }

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

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

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

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

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

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

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

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