#F7F06A

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

Shades of Dolly #F7F06A

Tints of Dolly #F7F06A

Color information

#F7F06A (or 0xF7F06A) is unknown color: approx Dolly. HEX triplet: F7, F0 and 6A. RGB value is (247,240,106). Sum of RGB (Red+Green+Blue) = 247+240+106=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 106 (41.80% from 255 or 17.88% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F06A is #080F95. Grayscale: #E3E3E3. Windows color (decimal): -528278 or 7008503. OLE color: 7008503.

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

Color convert

RGB247240106-
CMYK00.030.570.03
HSL57.02º89.81%69.22%-
HSV(B)57.02º57.09%96.86%-
XYZ72.1283.1325.88-
YUV226.8259.82142.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 240 (94.14% from 255) = 40.47%
BLUE value IS 106 (41.80% from 255) = 17.88%
R=41.65%
G=40.47%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724010600.030.570.0357.0289.8169.22
HexF7F06A03393395a45
Octal3673601520371371132105
Binary111101111111000011010100111110011111100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F06A; }

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

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

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

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

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

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

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

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