#F4F380

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

Shades of Dolly #F4F380

Tints of Dolly #F4F380

Color information

#F4F380 (or 0xF4F380) is unknown color: approx Dolly. HEX triplet: F4, F3 and 80. RGB value is (244,243,128). Sum of RGB (Red+Green+Blue) = 244+243+128=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F380 is #0B0C7F. Grayscale: #E6E6E6. Windows color (decimal): -724096 or 8451060. OLE color: 8451060.

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

Color convert

RGB244243128-
CMYK00.000.480.04
HSL59.48º84.06%72.94%-
HSV(B)59.48º47.54%95.69%-
XYZ73.2684.8932.95-
YUV230.1970.33137.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 243 (95.31% from 255) = 39.51%
BLUE value IS 128 (50.39% from 255) = 20.81%
R=39.67%
G=39.51%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424312800.000.480.0459.4884.0672.94
HexF4F380003043b5449
Octal3643632000060473124111
Binary1111010011110011100000000011000010011101110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F380; }

 p { color: rgb(244,243,128); }

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

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

 a { background-color: rgb(244,243,128); }

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

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

 span { border-color: rgb(244,243,128); }

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