#F1F068

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

Shades of Dolly #F1F068

Tints of Dolly #F1F068

Color information

#F1F068 (or 0xF1F068) is unknown color: approx Dolly. HEX triplet: F1, F0 and 68. RGB value is (241,240,104). Sum of RGB (Red+Green+Blue) = 241+240+104=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F068 is #0E0F97. Grayscale: #E1E1E1. Windows color (decimal): -921496 or 6877425. OLE color: 6877425.

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

Color convert

RGB241240104-
CMYK00.000.570.05
HSL59.56º83.03%67.65%-
HSV(B)59.56º56.85%94.51%-
XYZ69.9382.0225.24-
YUV224.859.83139.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 104 (41.02% from 255) = 17.78%
R=41.20%
G=41.03%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124010400.000.570.0559.5683.0367.65
HexF1F068003953c5344
Octal3613601500071574123104
Binary111100011111000011010000011100110111110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F068; }

 p { color: rgb(241,240,104); }

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

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

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

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

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

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

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