#F4FE72

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

Shades of Dolly #F4FE72

Tints of Dolly #F4FE72

Color information

#F4FE72 (or 0xF4FE72) is unknown color: approx Dolly. HEX triplet: F4, FE and 72. RGB value is (244,254,114). Sum of RGB (Red+Green+Blue) = 244+254+114=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 114 (44.92% from 255 or 18.63% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FE72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FE72 is #0B018D. Grayscale: #EBEBEB. Windows color (decimal): -721294 or 7536372. OLE color: 7536372.

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

Color convert

RGB244254114-
CMYK0.0400.550.00
HSL64.29º98.59%72.16%-
HSV(B)64.29º55.12%99.61%-
XYZ75.7991.3329.55-
YUV235.0559.69134.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.87%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 114 (44.92% from 255) = 18.63%
R=39.87%
G=41.50%
B=18.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442541140.0400.550.0064.2998.5972.16
HexF4FE7240370406348
Octal36437616240670100143110
Binary1111010011111110111001010001101110100000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FE72; }

 p { color: rgb(244,254,114); }

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

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

 a { background-color: rgb(244,254,114); }

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

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

 span { border-color: rgb(244,254,114); }

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