#FCFD76

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

Shades of Dolly #FCFD76

Tints of Dolly #FCFD76

Color information

#FCFD76 (or 0xFCFD76) is unknown color: approx Dolly. HEX triplet: FC, FD and 76. RGB value is (252,253,118). Sum of RGB (Red+Green+Blue) = 252+253+118=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 118 (46.48% from 255 or 18.94% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD76 is #030289. Grayscale: #EDEDED. Windows color (decimal): -197258 or 7798268. OLE color: 7798268.

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

Color convert

RGB252253118-
CMYK0.0000.530.01
HSL60.44º97.12%72.75%-
HSV(B)60.44º53.36%99.22%-
XYZ78.5492.2530.81-
YUV237.3160.67138.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 118 (46.48% from 255) = 18.94%
R=40.45%
G=40.61%
B=18.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531180.0000.530.0160.4497.1272.75
HexFCFD76003513c6149
Octal3743751660065174141111
Binary1111110011111101111011000110101111110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD76; }

 p { color: rgb(252,253,118); }

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

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

 a { background-color: rgb(252,253,118); }

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

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

 span { border-color: rgb(252,253,118); }

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