#FBF971

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

Shades of Dolly #FBF971

Tints of Dolly #FBF971

Color information

#FBF971 (or 0xFBF971) is unknown color: approx Dolly. HEX triplet: FB, F9 and 71. RGB value is (251,249,113). Sum of RGB (Red+Green+Blue) = 251+249+113=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 113 (44.53% from 255 or 18.43% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF971 is #04068E. Grayscale: #EAEAEA. Windows color (decimal): -263823 or 7469563. OLE color: 7469563.

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

Color convert

RGB251249113-
CMYK00.010.550.02
HSL59.13º94.52%71.37%-
HSV(B)59.13º54.98%98.43%-
XYZ76.6489.4528.85-
YUV234.0959.66140.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 113 (44.53% from 255) = 18.43%
R=40.95%
G=40.62%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124911300.010.550.0259.1394.5271.37
HexFBF971013723b5f47
Octal3733711610167273137107
Binary11111011111110011110001011101111011101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF971; }

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

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

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

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

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

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

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

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