#F1F17A

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

Shades of Dolly #F1F17A

Tints of Dolly #F1F17A

Color information

#F1F17A (or 0xF1F17A) is unknown color: approx Dolly. HEX triplet: F1, F1 and 7A. RGB value is (241,241,122). Sum of RGB (Red+Green+Blue) = 241+241+122=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F17A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F17A is #0E0E85. Grayscale: #E3E3E3. Windows color (decimal): -921222 or 8057329. OLE color: 8057329.

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

Color convert

RGB241241122-
CMYK000.490.05
HSL60º80.95%71.18%-
HSV(B)60º49.38%94.51%-
XYZ71.2483.0230.68-
YUV227.4368.5137.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 122 (48.05% from 255) = 20.20%
R=39.90%
G=39.90%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241122000.490.056080.9571.18
HexF1F17A003153c5147
Octal3613611720061574121107
Binary111100011111000111110100011000110111110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F17A; }

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

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

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

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

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

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

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

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