#F1F16B

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

Shades of Dolly #F1F16B

Tints of Dolly #F1F16B

Color information

#F1F16B (or 0xF1F16B) is unknown color: approx Dolly. HEX triplet: F1, F1 and 6B. RGB value is (241,241,107). Sum of RGB (Red+Green+Blue) = 241+241+107=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 107 (42.19% from 255 or 18.17% from 589); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F16B is #0E0E94. Grayscale: #E2E2E2. Windows color (decimal): -921237 or 7074289. OLE color: 7074289.

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

Color convert

RGB241241107-
CMYK000.560.05
HSL60º82.72%68.24%-
HSV(B)60º55.6%94.51%-
XYZ70.3882.6726.16-
YUV225.7261138.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 107 (42.19% from 255) = 18.17%
R=40.92%
G=40.92%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241107000.560.056082.7268.24
HexF1F16B003853c5344
Octal3613611530070574123104
Binary111100011111000111010110011100010111110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F16B; }

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

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

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

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

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

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

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

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