#F9FC75

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

Shades of Dolly #F9FC75

Tints of Dolly #F9FC75

Color information

#F9FC75 (or 0xF9FC75) is unknown color: approx Dolly. HEX triplet: F9, FC and 75. RGB value is (249,252,117). Sum of RGB (Red+Green+Blue) = 249+252+117=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 117 (46.09% from 255 or 18.93% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FC75 is #06038A. Grayscale: #ECECEC. Windows color (decimal): -394123 or 7732473. OLE color: 7732473.

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

Color convert

RGB249252117-
CMYK0.0100.540.01
HSL61.33º95.74%72.35%-
HSV(B)61.33º53.57%98.82%-
XYZ77.0991.0430.34-
YUV235.7161.01137.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 117 (46.09% from 255) = 18.93%
R=40.29%
G=40.78%
B=18.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492521170.0100.540.0161.3395.7472.35
HexF9FC75103613d6048
Octal3713741651066175140110
Binary1111100111111100111010110110110111110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FC75; }

 p { color: rgb(249,252,117); }

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

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

 a { background-color: rgb(249,252,117); }

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

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

 span { border-color: rgb(249,252,117); }

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