#F2F76B

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

Shades of Dolly #F2F76B

Tints of Dolly #F2F76B

Color information

#F2F76B (or 0xF2F76B) is unknown color: approx Dolly. HEX triplet: F2, F7 and 6B. RGB value is (242,247,107). Sum of RGB (Red+Green+Blue) = 242+247+107=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 107 (42.19% from 255 or 17.95% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F76B is #0D0894. Grayscale: #E6E6E6. Windows color (decimal): -854165 or 7075826. OLE color: 7075826.

HSL color Cylindrical-coordinate representation of color #F2F76B: hue angle of 62.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2F76B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB242247107-
CMYK0.0200.570.03
HSL62.14º89.74%69.41%-
HSV(B)62.14º56.68%96.86%-
XYZ72.5386.4626.78-
YUV229.5458.84136.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 107 (42.19% from 255) = 17.95%
R=40.60%
G=41.44%
B=17.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422471070.0200.570.0362.1489.7469.41
HexF2F76B203933e5a45
Octal3623671532071376132105
Binary111100101111011111010111001110011111111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F76B; }

 p { color: rgb(242,247,107); }

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

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

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

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

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

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

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