#F4F16E

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

Shades of Dolly #F4F16E

Tints of Dolly #F4F16E

Color information

#F4F16E (or 0xF4F16E) is unknown color: approx Dolly. HEX triplet: F4, F1 and 6E. RGB value is (244,241,110). Sum of RGB (Red+Green+Blue) = 244+241+110=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 110 (43.36% from 255 or 18.49% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F16E is #0B0E91. Grayscale: #E3E3E3. Windows color (decimal): -724626 or 7270900. OLE color: 7270900.

HSL color Cylindrical-coordinate representation of color #F4F16E: hue angle of 58.66º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4F16E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244241110-
CMYK00.010.550.04
HSL58.66º85.9%69.41%-
HSV(B)58.66º54.92%95.69%-
XYZ71.5883.2727.05-
YUV226.9661.99140.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 241 (94.53% from 255) = 40.50%
BLUE value IS 110 (43.36% from 255) = 18.49%
R=41.01%
G=40.50%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424111000.010.550.0458.6685.969.41
HexF4F16E013743b5645
Octal3643611560167473126105
Binary111101001111000111011100111011110011101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F16E; }

 p { color: rgb(244,241,110); }

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

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

 a { background-color: rgb(244,241,110); }

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

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

 span { border-color: rgb(244,241,110); }

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