#F1F67B

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

Shades of Dolly #F1F67B

Tints of Dolly #F1F67B

Color information

#F1F67B (or 0xF1F67B) is unknown color: approx Dolly. HEX triplet: F1, F6 and 7B. RGB value is (241,246,123). Sum of RGB (Red+Green+Blue) = 241+246+123=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 123 (48.44% from 255 or 20.16% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F67B is #0E0984. Grayscale: #E6E6E6. Windows color (decimal): -919941 or 8124145. OLE color: 8124145.

HSL color Cylindrical-coordinate representation of color #F1F67B: hue angle of 62.44º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1F67B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB241246123-
CMYK0.0200.500.04
HSL62.44º87.23%72.35%-
HSV(B)62.44º50%96.47%-
XYZ72.8186.0431.51-
YUV230.4867.34135.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 123 (48.44% from 255) = 20.16%
R=39.51%
G=40.33%
B=20.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412461230.0200.500.0462.4487.2372.35
HexF1F67B203243e5748
Octal3613661732062476127110
Binary1111000111110110111101110011001010011111010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F67B; }

 p { color: rgb(241,246,123); }

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

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

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

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

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

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

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