#f3f072

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

Shades of Dolly #F3F072

Tints of Dolly #F3F072

Color information

#F3F072 (or 0xF3F072) is unknown color: approx Dolly. HEX triplet: F3, F0 and 72. RGB value is (243,240,114). Sum of RGB (Red+Green+Blue) = 243+240+114=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F072 is #0C0F8D. Grayscale: #E3E3E3. Windows color (decimal): -790414 or 7532787. OLE color: 7532787.

HSL color Cylindrical-coordinate representation of color #F3F072: hue angle of 58.6º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3F072 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243240114-
CMYK00.010.530.05
HSL58.6º84.31%70%-
HSV(B)58.6º53.09%95.29%-
XYZ71.1682.5928.11-
YUV226.5364.49139.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 114 (44.92% from 255) = 19.10%
R=40.70%
G=40.20%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324011400.010.530.0558.684.3170
HexF3F072013553b5446
Octal3633601620165573124106
Binary111100111111000011100100111010110111101110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3f072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3f072; }

 p { color: rgb(243,240,114); }

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

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

 a { background-color: rgb(243,240,114); }

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

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

 span { border-color: rgb(243,240,114); }

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