#F9FE7D

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

Shades of Dolly #F9FE7D

Tints of Dolly #F9FE7D

Color information

#F9FE7D (or 0xF9FE7D) is unknown color: approx Dolly. HEX triplet: F9, FE and 7D. RGB value is (249,254,125). Sum of RGB (Red+Green+Blue) = 249+254+125=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 125 (49.22% from 255 or 19.90% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FE7D is #060182. Grayscale: #EEEEEE. Windows color (decimal): -393603 or 8257273. OLE color: 8257273.

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

Color convert

RGB249254125-
CMYK0.0200.510.00
HSL62.33º98.47%74.31%-
HSV(B)62.33º50.79%99.61%-
XYZ78.2192.533.13-
YUV237.864.34135.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 125 (49.22% from 255) = 19.90%
R=39.65%
G=40.45%
B=19.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492541250.0200.510.0062.3398.4774.31
HexF9FE7D203303e624a
Octal3713761752063076142112
Binary11111001111111101111101100110011011111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FE7D; }

 p { color: rgb(249,254,125); }

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

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

 a { background-color: rgb(249,254,125); }

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

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

 span { border-color: rgb(249,254,125); }

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