Html Css Color HEX #FBD211 Gold

📋 copy color: '#FBD211'

red 251 ◦ green 210 ◦ blue 17

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

Shades of Gold #FBD211

Tints of Gold #FBD211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.56%

R = 52.51%
G = 43.93%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBD211 (or 0xFBD211) is known color: Gold. HEX triplet: FB, D2 and 11. RGB value is (251,210,17). Sum of RGB (Red+Green+Blue) = 251+210+17=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD211 is #042DEE. Grayscale: #C9C9C9. Windows color (decimal): -273903 or 1168123. OLE color: 1168123.

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

Color convert

RGB 251 210 17 -
CMYK 0 0.16 0.93 0.02
HSL 49.49º 0.97% 0.53% -
HSV(B) 49.49º 0.93% 0.98% -
XYZ 62.93 66.64 10.08 -
YUV 200.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 251 210 17 0 0.16 0.93 0.02 49.49 0.97 0.53
Hex FB D2 11 0 10 5D 2 31 61 35
Octal 373 322 21 0 20 135 2 61 141 65
Binary 11111011 11010010 10001 0 10000 1011101 10 110001 1100001 110101

Color Harmonies of #FBD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD211

Black with #FBD211

Text Example


Text Example

White with #FBD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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