#f2f26e

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

Shades of Dolly #F2F26E

Tints of Dolly #F2F26E

Color information

#F2F26E (or 0xF2F26E) is unknown color: approx Dolly. HEX triplet: F2, F2 and 6E. RGB value is (242,242,110). Sum of RGB (Red+Green+Blue) = 242+242+110=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 110 (43.36% from 255 or 18.52% from 594); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F26E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F26E is #0D0D91. Grayscale: #E3E3E3. Windows color (decimal): -855442 or 7271154. OLE color: 7271154.

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

Color convert

RGB242242110-
CMYK000.550.05
HSL60º83.54%69.02%-
HSV(B)60º54.55%94.9%-
XYZ71.1883.5127.12-
YUV226.9562138.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 110 (43.36% from 255) = 18.52%
R=40.74%
G=40.74%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242110000.550.056083.5469.02
HexF2F26E003753c5445
Octal3623621560067574124105
Binary111100101111001011011100011011110111110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2f26e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2f26e; }

 p { color: rgb(242,242,110); }

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

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

 a { background-color: rgb(242,242,110); }

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

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

 span { border-color: rgb(242,242,110); }

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