#F4F56C

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

Shades of Dolly #F4F56C

Tints of Dolly #F4F56C

Color information

#F4F56C (or 0xF4F56C) is unknown color: approx Dolly. HEX triplet: F4, F5 and 6C. RGB value is (244,245,108). Sum of RGB (Red+Green+Blue) = 244+245+108=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 108 (42.58% from 255 or 18.09% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F56C is #0B0A93. Grayscale: #E5E5E5. Windows color (decimal): -723604 or 7140852. OLE color: 7140852.

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

Color convert

RGB244245108-
CMYK0.0000.560.04
HSL60.44º87.26%69.22%-
HSV(B)60.44º55.92%96.08%-
XYZ72.6785.6226.88-
YUV229.0859.67138.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 245 (96.09% from 255) = 41.04%
BLUE value IS 108 (42.58% from 255) = 18.09%
R=40.87%
G=41.04%
B=18.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442451080.0000.560.0460.4487.2669.22
HexF4F56C003843c5745
Octal3643651540070474127105
Binary111101001111010111011000011100010011110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F56C; }

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

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

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

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

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

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

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

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