#F6F075

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

Shades of Dolly #F6F075

Tints of Dolly #F6F075

Color information

#F6F075 (or 0xF6F075) is unknown color: approx Dolly. HEX triplet: F6, F0 and 75. RGB value is (246,240,117). Sum of RGB (Red+Green+Blue) = 246+240+117=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 117 (46.09% from 255 or 19.40% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F075 is #090F8A. Grayscale: #E4E4E4. Windows color (decimal): -593803 or 7729398. OLE color: 7729398.

HSL color Cylindrical-coordinate representation of color #F6F075: hue angle of 57.21º 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 #F6F075 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246240117-
CMYK00.020.520.04
HSL57.21º87.76%71.18%-
HSV(B)57.21º52.44%96.47%-
XYZ72.3883.229.07-
YUV227.7765.49141-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 117 (46.09% from 255) = 19.40%
R=40.80%
G=39.80%
B=19.40%

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
Decimal24624011700.020.520.0457.2187.7671.18
HexF6F07502344395847
Octal3663601650264471130107
Binary1111011011110000111010101011010010011100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F075; }

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

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

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

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

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

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

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

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