#FBFC74

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

Shades of Dolly #FBFC74

Tints of Dolly #FBFC74

Color information

#FBFC74 (or 0xFBFC74) is unknown color: approx Dolly. HEX triplet: FB, FC and 74. RGB value is (251,252,116). Sum of RGB (Red+Green+Blue) = 251+252+116=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 116 (45.70% from 255 or 18.74% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC74 is #04038B. Grayscale: #ECECEC. Windows color (decimal): -263052 or 7666939. OLE color: 7666939.

HSL color Cylindrical-coordinate representation of color #FBFC74: hue angle of 60.44º 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 #FBFC74 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB251252116-
CMYK0.0000.540.01
HSL60.44º95.77%72.16%-
HSV(B)60.44º53.97%98.82%-
XYZ77.7591.3930.07-
YUV236.260.17138.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 116 (45.70% from 255) = 18.74%
R=40.55%
G=40.71%
B=18.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512521160.0000.540.0160.4495.7772.16
HexFBFC74003613c6048
Octal3733741640066174140110
Binary1111101111111100111010000110110111110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC74; }

 p { color: rgb(251,252,116); }

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

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

 a { background-color: rgb(251,252,116); }

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

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

 span { border-color: rgb(251,252,116); }

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