#FAFD73

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

Shades of Dolly #FAFD73

Tints of Dolly #FAFD73

Color information

#FAFD73 (or 0xFAFD73) is unknown color: approx Dolly. HEX triplet: FA, FD and 73. RGB value is (250,253,115). Sum of RGB (Red+Green+Blue) = 250+253+115=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 115 (45.31% from 255 or 18.61% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD73 is #05028C. Grayscale: #ECECEC. Windows color (decimal): -328333 or 7601658. OLE color: 7601658.

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

Color convert

RGB250253115-
CMYK0.0100.550.01
HSL61.3º97.18%72.16%-
HSV(B)61.3º54.55%99.22%-
XYZ77.6491.8129.85-
YUV236.3759.51137.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 115 (45.31% from 255) = 18.61%
R=40.45%
G=40.94%
B=18.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531150.0100.550.0161.397.1872.16
HexFAFD73103713d6148
Octal3723751631067175141110
Binary1111101011111101111001110110111111110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD73; }

 p { color: rgb(250,253,115); }

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

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

 a { background-color: rgb(250,253,115); }

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

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

 span { border-color: rgb(250,253,115); }

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