#F3F275

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

Shades of Dolly #F3F275

Tints of Dolly #F3F275

Color information

#F3F275 (or 0xF3F275) is unknown color: approx Dolly. HEX triplet: F3, F2 and 75. RGB value is (243,242,117). Sum of RGB (Red+Green+Blue) = 243+242+117=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 117 (46.09% from 255 or 19.44% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F275 is #0C0D8A. Grayscale: #E4E4E4. Windows color (decimal): -789899 or 7729907. OLE color: 7729907.

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

Color convert

RGB243242117-
CMYK00.000.520.05
HSL59.52º84%70.59%-
HSV(B)59.52º51.85%95.29%-
XYZ71.9383.8429.22-
YUV228.0565.33138.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 117 (46.09% from 255) = 19.44%
R=40.37%
G=40.20%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324211700.000.520.0559.528470.59
HexF3F275003453c5447
Octal3633621650064574124107
Binary111100111111001011101010011010010111110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F275; }

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

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

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

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

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

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

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

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