#F7F06C

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

Shades of Dolly #F7F06C

Tints of Dolly #F7F06C

Color information

#F7F06C (or 0xF7F06C) is unknown color: approx Dolly. HEX triplet: F7, F0 and 6C. RGB value is (247,240,108). Sum of RGB (Red+Green+Blue) = 247+240+108=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F06C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F06C is #080F93. Grayscale: #E3E3E3. Windows color (decimal): -528276 or 7139575. OLE color: 7139575.

HSL color Cylindrical-coordinate representation of color #F7F06C: hue angle of 56.98º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7F06C is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB247240108-
CMYK00.030.560.03
HSL56.98º89.68%69.61%-
HSV(B)56.98º56.28%96.86%-
XYZ72.2283.1826.44-
YUV227.0460.82142.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 240 (94.14% from 255) = 40.34%
BLUE value IS 108 (42.58% from 255) = 18.15%
R=41.51%
G=40.34%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724010800.030.560.0356.9889.6869.61
HexF7F06C03383395a46
Octal3673601540370371132106
Binary111101111111000011011000111110001111100110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F06C; }

 p { color: rgb(247,240,108); }

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

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

 a { background-color: rgb(247,240,108); }

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

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

 span { border-color: rgb(247,240,108); }

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