#F6F275

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

Shades of Dolly #F6F275

Tints of Dolly #F6F275

Color information

#F6F275 (or 0xF6F275) is unknown color: approx Dolly. HEX triplet: F6, F2 and 75. RGB value is (246,242,117). Sum of RGB (Red+Green+Blue) = 246+242+117=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F275 is #090D8A. Grayscale: #E5E5E5. Windows color (decimal): -593291 or 7729910. OLE color: 7729910.

HSL color Cylindrical-coordinate representation of color #F6F275: hue angle of 58.14º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6F275 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246242117-
CMYK00.020.520.04
HSL58.14º87.76%71.18%-
HSV(B)58.14º52.44%96.47%-
XYZ72.9784.3829.27-
YUV228.9564.83140.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 19.34%
R=40.66%
G=40%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624211700.020.520.0458.1487.7671.18
HexF6F275023443a5847
Octal3663621650264472130107
Binary1111011011110010111010101011010010011101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F275; }

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

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

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

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

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

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

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

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