#F3F480

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

Shades of Dolly #F3F480

Tints of Dolly #F3F480

Color information

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

HSL color Cylindrical-coordinate representation of color #F3F480: hue angle of 60.52º 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 #F3F480 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB243244128-
CMYK0.0000.480.04
HSL60.52º84.06%72.94%-
HSV(B)60.52º47.54%95.69%-
XYZ73.2185.3133.03-
YUV230.4870.17136.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432441280.0000.480.0460.5284.0672.94
HexF3F480003043d5449
Octal3633642000060475124111
Binary1111001111110100100000000011000010011110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F480; }

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

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

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

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

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

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

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

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