#F1FE7D

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

Shades of Dolly #F1FE7D

Tints of Dolly #F1FE7D

Color information

#F1FE7D (or 0xF1FE7D) is unknown color: approx Dolly. HEX triplet: F1, FE and 7D. RGB value is (241,254,125). Sum of RGB (Red+Green+Blue) = 241+254+125=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE7D is #0E0182. Grayscale: #EBEBEB. Windows color (decimal): -917891 or 8257265. OLE color: 8257265.

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

Color convert

RGB241254125-
CMYK0.0500.510.00
HSL66.05º98.47%74.31%-
HSV(B)66.05º50.79%99.61%-
XYZ75.4291.0733-
YUV235.4165.69131.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 125 (49.22% from 255) = 20.16%
R=38.87%
G=40.97%
B=20.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541250.0500.510.0066.0598.4774.31
HexF1FE7D5033042624a
Octal36137617550630102142112
Binary1111000111111110111110110101100110100001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FE7D; }

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

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

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

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

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

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

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

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