#F5F97A

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

Shades of Dolly #F5F97A

Tints of Dolly #F5F97A

Color information

#F5F97A (or 0xF5F97A) is unknown color: approx Dolly. HEX triplet: F5, F9 and 7A. RGB value is (245,249,122). Sum of RGB (Red+Green+Blue) = 245+249+122=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 122 (48.05% from 255 or 19.81% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F97A is #0A0685. Grayscale: #E9E9E9. Windows color (decimal): -657030 or 8059381. OLE color: 8059381.

HSL color Cylindrical-coordinate representation of color #F5F97A: hue angle of 61.89º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5F97A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB245249122-
CMYK0.0200.510.02
HSL61.89º91.37%72.75%-
HSV(B)61.89º51%97.65%-
XYZ75.0488.5731.55-
YUV233.3365.17136.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 249 (97.66% from 255) = 40.42%
BLUE value IS 122 (48.05% from 255) = 19.81%
R=39.77%
G=40.42%
B=19.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452491220.0200.510.0261.8991.3772.75
HexF5F97A203323e5b49
Octal3653711722063276133111
Binary111101011111100111110101001100111011111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F97A; }

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

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

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

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

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

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

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

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