#FBD60B

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

Shades of Gold #FBD60B

Tints of Gold #FBD60B

Color information

#FBD60B (or 0xFBD60B) is unknown color: approx Gold. HEX triplet: FB, D6 and 0B. RGB value is (251,214,11). Sum of RGB (Red+Green+Blue) = 251+214+11=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD60B is #0429F4. Grayscale: #CACACA. Windows color (decimal): -272885 or 775931. OLE color: 775931.

HSL color Cylindrical-coordinate representation of color #FBD60B: hue angle of 50.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBD60B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB25121411-
CMYK00.150.960.02
HSL50.75º96.77%51.37%-
HSV(B)50.75º95.62%98.43%-
XYZ63.8968.6310.2-
YUV201.9220.26163.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 11 (4.69% from 255) = 2.31%
R=52.73%
G=44.96%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512141100.150.960.0250.7596.7751.37
HexFBD6B0F602336133
Octal3733261301714026314163
Binary11111011110101101011011111100000101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD60B; }

 p { color: rgb(251,214,11); }

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

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

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

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

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

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

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