#F6F467

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

Shades of Dolly #F6F467

Tints of Dolly #F6F467

Color information

#F6F467 (or 0xF6F467) is unknown color: approx Dolly. HEX triplet: F6, F4 and 67. RGB value is (246,244,103). Sum of RGB (Red+Green+Blue) = 246+244+103=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 103 (40.62% from 255 or 17.37% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F467 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F467 is #090B98. Grayscale: #E5E5E5. Windows color (decimal): -592793 or 6812918. OLE color: 6812918.

HSL color Cylindrical-coordinate representation of color #F6F467: hue angle of 59.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6F467 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB246244103-
CMYK00.010.580.04
HSL59.16º88.82%68.43%-
HSV(B)59.16º58.13%96.47%-
XYZ72.885.2725.45-
YUV228.5257.16140.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 244 (95.70% from 255) = 41.15%
BLUE value IS 103 (40.62% from 255) = 17.37%
R=41.48%
G=41.15%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624410300.010.580.0459.1688.8268.43
HexF6F467013A43b5944
Octal3663641470172473131104
Binary111101101111010011001110111101010011101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F467; }

 p { color: rgb(246,244,103); }

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

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

 a { background-color: rgb(246,244,103); }

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

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

 span { border-color: rgb(246,244,103); }

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