#F7F57A

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

Shades of Dolly #F7F57A

Tints of Dolly #F7F57A

Color information

#F7F57A (or 0xF7F57A) is unknown color: approx Dolly. HEX triplet: F7, F5 and 7A. RGB value is (247,245,122). Sum of RGB (Red+Green+Blue) = 247+245+122=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F57A is #080A85. Grayscale: #E8E8E8. Windows color (decimal): -526982 or 8058359. OLE color: 8058359.

HSL color Cylindrical-coordinate representation of color #F7F57A: hue angle of 59.04º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7F57A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB247245122-
CMYK00.010.510.03
HSL59.04º88.65%72.35%-
HSV(B)59.04º50.61%96.86%-
XYZ74.5286.4831.18-
YUV231.5866.16139-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 245 (96.09% from 255) = 39.90%
BLUE value IS 122 (48.05% from 255) = 19.87%
R=40.23%
G=39.90%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724512200.010.510.0359.0488.6572.35
HexF7F57A013333b5948
Octal3673651720163373131110
Binary11110111111101011111010011100111111101110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F57A; }

 p { color: rgb(247,245,122); }

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

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

 a { background-color: rgb(247,245,122); }

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

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

 span { border-color: rgb(247,245,122); }

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