#F9FA6F

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

Shades of Dolly #F9FA6F

Tints of Dolly #F9FA6F

Color information

#F9FA6F (or 0xF9FA6F) is unknown color: approx Dolly. HEX triplet: F9, FA and 6F. RGB value is (249,250,111). Sum of RGB (Red+Green+Blue) = 249+250+111=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 111 (43.75% from 255 or 18.20% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA6F is #060590. Grayscale: #EAEAEA. Windows color (decimal): -394641 or 7338745. OLE color: 7338745.

HSL color Cylindrical-coordinate representation of color #F9FA6F: hue angle of 60.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9FA6F is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB249250111-
CMYK0.0000.560.02
HSL60.43º93.29%70.78%-
HSV(B)60.43º55.6%98.04%-
XYZ76.1289.6628.33-
YUV233.8658.67138.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 111 (43.75% from 255) = 18.20%
R=40.82%
G=40.98%
B=18.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492501110.0000.560.0260.4393.2970.78
HexF9FA6F003823c5d47
Octal3713721570070274135107
Binary11111001111110101101111001110001011110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FA6F; }

 p { color: rgb(249,250,111); }

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

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

 a { background-color: rgb(249,250,111); }

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

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

 span { border-color: rgb(249,250,111); }

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