#F3F165

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

Shades of Dolly #F3F165

Tints of Dolly #F3F165

Color information

#F3F165 (or 0xF3F165) is unknown color: approx Dolly. HEX triplet: F3, F1 and 65. RGB value is (243,241,101). Sum of RGB (Red+Green+Blue) = 243+241+101=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 101 (39.84% from 255 or 17.26% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F165 is #0C0E9A. Grayscale: #E2E2E2. Windows color (decimal): -790171 or 6681075. OLE color: 6681075.

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

Color convert

RGB243241101-
CMYK00.010.580.05
HSL59.15º85.54%67.45%-
HSV(B)59.15º58.44%95.29%-
XYZ70.7782.924.58-
YUV225.6457.66140.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.54%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 101 (39.84% from 255) = 17.26%
R=41.54%
G=41.20%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324110100.010.580.0559.1585.5467.45
HexF3F165013A53b5643
Octal3633611450172573126103
Binary111100111111000111001010111101010111101110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F165; }

 p { color: rgb(243,241,101); }

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

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

 a { background-color: rgb(243,241,101); }

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

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

 span { border-color: rgb(243,241,101); }

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