#F4F96C

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

Shades of Dolly #F4F96C

Tints of Dolly #F4F96C

Color information

#F4F96C (or 0xF4F96C) is unknown color: approx Dolly. HEX triplet: F4, F9 and 6C. RGB value is (244,249,108). Sum of RGB (Red+Green+Blue) = 244+249+108=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 108 (42.58% from 255 or 17.97% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #F4F96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F96C is #0B0693. Grayscale: #E7E7E7. Windows color (decimal): -722580 or 7141876. OLE color: 7141876.

HSL color Cylindrical-coordinate representation of color #F4F96C: hue angle of 62.13º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4F96C is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB244249108-
CMYK0.0200.570.02
HSL62.13º92.16%70%-
HSV(B)62.13º56.63%97.65%-
XYZ73.8988.0727.29-
YUV231.4358.34136.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 108 (42.58% from 255) = 17.97%
R=40.60%
G=41.43%
B=17.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442491080.0200.570.0262.1392.1670
HexF4F96C203923e5c46
Octal3643711542071276134106
Binary111101001111100111011001001110011011111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F96C; }

 p { color: rgb(244,249,108); }

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

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

 a { background-color: rgb(244,249,108); }

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

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

 span { border-color: rgb(244,249,108); }

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