#FBF973

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

Shades of Dolly #FBF973

Tints of Dolly #FBF973

Color information

#FBF973 (or 0xFBF973) is unknown color: approx Dolly. HEX triplet: FB, F9 and 73. RGB value is (251,249,115). Sum of RGB (Red+Green+Blue) = 251+249+115=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 115 (45.31% from 255 or 18.70% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF973 is #04068C. Grayscale: #EAEAEA. Windows color (decimal): -263821 or 7600635. OLE color: 7600635.

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

Color convert

RGB251249115-
CMYK00.010.540.02
HSL59.12º94.44%71.76%-
HSV(B)59.12º54.18%98.43%-
XYZ76.7589.529.45-
YUV234.3260.66139.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 115 (45.31% from 255) = 18.70%
R=40.81%
G=40.49%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124911500.010.540.0259.1294.4471.76
HexFBF973013623b5e48
Octal3733711630166273136110
Binary11111011111110011110011011101101011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF973; }

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

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

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

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

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

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

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

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