#F1FE7A

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

Shades of Dolly #F1FE7A

Tints of Dolly #F1FE7A

Color information

#F1FE7A (or 0xF1FE7A) is unknown color: approx Dolly. HEX triplet: F1, FE and 7A. RGB value is (241,254,122). Sum of RGB (Red+Green+Blue) = 241+254+122=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 122 (48.05% from 255 or 19.77% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE7A is #0E0185. Grayscale: #EBEBEB. Windows color (decimal): -917894 or 8060657. OLE color: 8060657.

HSL color Cylindrical-coordinate representation of color #F1FE7A: hue angle of 65.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1FE7A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB241254122-
CMYK0.0500.520.00
HSL65.91º98.51%73.73%-
HSV(B)65.91º51.97%99.61%-
XYZ75.2390.9932.01-
YUV235.0664.19132.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 122 (48.05% from 255) = 19.77%
R=39.06%
G=41.17%
B=19.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541220.0500.520.0065.9198.5173.73
HexF1FE7A5034042634a
Octal36137617250640102143112
Binary1111000111111110111101010101101000100001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FE7A; }

 p { color: rgb(241,254,122); }

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

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

 a { background-color: rgb(241,254,122); }

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

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

 span { border-color: rgb(241,254,122); }

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