#F3F265

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

Shades of Dolly #F3F265

Tints of Dolly #F3F265

Color information

#F3F265 (or 0xF3F265) is unknown color: approx Dolly. HEX triplet: F3, F2 and 65. RGB value is (243,242,101). Sum of RGB (Red+Green+Blue) = 243+242+101=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 101 (39.84% from 255 or 17.24% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F265 is #0C0D9A. Grayscale: #E2E2E2. Windows color (decimal): -789915 or 6681331. OLE color: 6681331.

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

Color convert

RGB243242101-
CMYK00.000.580.05
HSL59.58º85.54%67.45%-
HSV(B)59.58º58.44%95.29%-
XYZ71.0683.524.68-
YUV226.2357.33139.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 101 (39.84% from 255) = 17.24%
R=41.47%
G=41.30%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324210100.000.580.0559.5885.5467.45
HexF3F265003A53c5643
Octal3633621450072574126103
Binary111100111111001011001010011101010111110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F265; }

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

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

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

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

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

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

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

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