#f2f67a

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

Shades of Dolly #F2F67A

Tints of Dolly #F2F67A

Color information

#F2F67A (or 0xF2F67A) is unknown color: approx Dolly. HEX triplet: F2, F6 and 7A. RGB value is (242,246,122). Sum of RGB (Red+Green+Blue) = 242+246+122=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F67A is #0D0985. Grayscale: #E7E7E7. Windows color (decimal): -854406 or 8058610. OLE color: 8058610.

HSL color Cylindrical-coordinate representation of color #F2F67A: hue angle of 61.94º 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 #F2F67A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB242246122-
CMYK0.0200.500.04
HSL61.94º87.32%72.16%-
HSV(B)61.94º50.41%96.47%-
XYZ73.0986.1931.2-
YUV230.6766.67136.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 122 (48.05% from 255) = 20%
R=39.67%
G=40.33%
B=20%

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
Decimal2422461220.0200.500.0461.9487.3272.16
HexF2F67A203243e5748
Octal3623661722062476127110
Binary1111001011110110111101010011001010011111010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2f67a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2f67a; }

 p { color: rgb(242,246,122); }

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

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

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

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

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

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

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