#F2FA6E

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

Shades of Dolly #F2FA6E

Tints of Dolly #F2FA6E

Color information

#F2FA6E (or 0xF2FA6E) is unknown color: approx Dolly. HEX triplet: F2, FA and 6E. RGB value is (242,250,110). Sum of RGB (Red+Green+Blue) = 242+250+110=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA6E is #0D0591. Grayscale: #E8E8E8. Windows color (decimal): -853394 or 7273202. OLE color: 7273202.

HSL color Cylindrical-coordinate representation of color #F2FA6E: hue angle of 63.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2FA6E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB242250110-
CMYK0.0300.560.02
HSL63.43º93.33%70.59%-
HSV(B)63.43º56%98.04%-
XYZ73.6288.3727.93-
YUV231.6559.35135.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 110 (43.36% from 255) = 18.27%
R=40.20%
G=41.53%
B=18.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501100.0300.560.0263.4393.3370.59
HexF2FA6E303823f5d47
Octal3623721563070277135107
Binary111100101111101011011101101110001011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FA6E; }

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

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

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

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

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

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

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

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