#F2FA75

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

Shades of Dolly #F2FA75

Tints of Dolly #F2FA75

Color information

#F2FA75 (or 0xF2FA75) is unknown color: approx Dolly. HEX triplet: F2, FA and 75. RGB value is (242,250,117). Sum of RGB (Red+Green+Blue) = 242+250+117=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA75 is #0D058A. Grayscale: #E8E8E8. Windows color (decimal): -853387 or 7731954. OLE color: 7731954.

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

Color convert

RGB242250117-
CMYK0.0300.530.02
HSL63.61º93.01%71.96%-
HSV(B)63.61º53.2%98.04%-
XYZ74.0188.5330.02-
YUV232.4562.85134.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 117 (46.09% from 255) = 19.21%
R=39.74%
G=41.05%
B=19.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501170.0300.530.0263.6193.0171.96
HexF2FA7530352405d48
Octal36237216530652100135110
Binary1111001011111010111010111011010110100000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FA75; }

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

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

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

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

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

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

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

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