Html Css Color HEX #FBD200 Gold

📋 copy color: '#FBD200'

red 251 ◦ green 210 ◦ blue 0

#FBD200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #FBD200

Tints of Gold #FBD200

RGB

 RED value IS 251 (98.44% from 255) = 54.45%

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.45%
G = 45.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBD200 (or 0xFBD200) is known color: Gold. HEX triplet: FB, D2 and 00. RGB value is (251,210,0). Sum of RGB (Red+Green+Blue) = 251+210+0=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD200 is #042DFF. Grayscale: #C7C7C7. Windows color (decimal): -273920 or 54011. OLE color: 54011.

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

Color convert

RGB 251 210 0 -
CMYK 0 0.16 1 0.02
HSL 50.2º 1% 0.49% -
HSV(B) 50.2º 1% 0.98% -
XYZ 62.83 66.6 9.54 -
YUV 198.32 16.08 165.58 -
System Red Green Blue C M Y K H S L
Decimal 251 210 0 0 0.16 1 0.02 50.2 1 0.49
Hex FB D2 0 0 10 64 2 32 64 31
Octal 373 322 0 0 20 144 2 62 144 61
Binary 11111011 11010010 0 0 10000 1100100 10 110010 1100100 110001

Color Harmonies of #FBD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD200

Black with #FBD200

Text Example


Text Example

White with #FBD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD200; }

 p { color: rgb(251,210,0); }

 H1.HeaderClassName
 {
   color: #FBD200;
 }
 .AnyTagClassName
 {
   color: #FBD200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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