#F6F96B

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

Shades of Dolly #F6F96B

Tints of Dolly #F6F96B

Color information

#F6F96B (or 0xF6F96B) is unknown color: approx Dolly. HEX triplet: F6, F9 and 6B. RGB value is (246,249,107). Sum of RGB (Red+Green+Blue) = 246+249+107=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 107 (42.19% from 255 or 17.77% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F96B is #090694. Grayscale: #E8E8E8. Windows color (decimal): -591509 or 7076342. OLE color: 7076342.

HSL color Cylindrical-coordinate representation of color #F6F96B: hue angle of 61.27º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6F96B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB246249107-
CMYK0.0100.570.02
HSL61.27º92.21%69.8%-
HSV(B)61.27º57.03%97.65%-
XYZ74.5488.4127.05-
YUV231.9257.51138.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 107 (42.19% from 255) = 17.77%
R=40.86%
G=41.36%
B=17.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491070.0100.570.0261.2792.2169.8
HexF6F96B103923d5c46
Octal3663711531071275134106
Binary11110110111110011101011101110011011110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F96B; }

 p { color: rgb(246,249,107); }

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

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

 a { background-color: rgb(246,249,107); }

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

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

 span { border-color: rgb(246,249,107); }

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