#F7F26A

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

Shades of Dolly #F7F26A

Tints of Dolly #F7F26A

Color information

#F7F26A (or 0xF7F26A) is unknown color: approx Dolly. HEX triplet: F7, F2 and 6A. RGB value is (247,242,106). Sum of RGB (Red+Green+Blue) = 247+242+106=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 106 (41.80% from 255 or 17.82% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F26A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F26A is #080D95. Grayscale: #E4E4E4. Windows color (decimal): -527766 or 7009015. OLE color: 7009015.

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

Color convert

RGB247242106-
CMYK00.020.570.03
HSL57.87º89.81%69.22%-
HSV(B)57.87º57.09%96.86%-
XYZ72.7184.3226.08-
YUV227.9959.16141.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 106 (41.80% from 255) = 17.82%
R=41.51%
G=40.67%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724210600.020.570.0357.8789.8169.22
HexF7F26A023933a5a45
Octal3673621520271372132105
Binary111101111111001011010100101110011111101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F26A; }

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

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

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

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

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

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

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

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