#FBFB71

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

Shades of Dolly #FBFB71

Tints of Dolly #FBFB71

Color information

#FBFB71 (or 0xFBFB71) is unknown color: approx Dolly. HEX triplet: FB, FB and 71. RGB value is (251,251,113). Sum of RGB (Red+Green+Blue) = 251+251+113=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 113 (44.53% from 255 or 18.37% from 615); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFB71 is #04048E. Grayscale: #EBEBEB. Windows color (decimal): -263311 or 7470075. OLE color: 7470075.

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

Color convert

RGB251251113-
CMYK000.550.02
HSL60º94.52%71.37%-
HSV(B)60º54.98%98.43%-
XYZ77.2690.729.06-
YUV235.2759139.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 113 (44.53% from 255) = 18.37%
R=40.81%
G=40.81%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251113000.550.026094.5271.37
HexFBFB71003723c5f47
Octal3733731610067274137107
Binary11111011111110111110001001101111011110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFB71; }

 p { color: rgb(251,251,113); }

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

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

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

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

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

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

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