Html Css Color HEX #FBD500 Gold

📋 copy color: '#FBD500'

red 251 ◦ green 213 ◦ blue 0

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

Shades of Gold #FBD500

Tints of Gold #FBD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.91%

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

R = 54.09%
G = 45.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBD500 (or 0xFBD500) is known color: Gold. HEX triplet: FB, D5 and 00. RGB value is (251,213,0). Sum of RGB (Red+Green+Blue) = 251+213+0=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD500 is #042AFF. Grayscale: #C8C8C8. Windows color (decimal): -273152 or 54779. OLE color: 54779.

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

Color convert

RGB 251 213 0 -
CMYK 0 0.15 1 0.02
HSL 50.92º 1% 0.49% -
HSV(B) 50.92º 1% 0.98% -
XYZ 63.58 68.1 9.79 -
YUV 200.08 15.09 164.32 -
System Red Green Blue C M Y K H S L
Decimal 251 213 0 0 0.15 1 0.02 50.92 1 0.49
Hex FB D5 0 0 F 64 2 33 64 31
Octal 373 325 0 0 17 144 2 63 144 61
Binary 11111011 11010101 0 0 1111 1100100 10 110011 1100100 110001

Color Harmonies of #FBD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD500

Black with #FBD500

Text Example


Text Example

White with #FBD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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