Html Css Color HEX #FBD301 Gold

📋 copy color: '#FBD301'

red 251 ◦ green 211 ◦ blue 1

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

Shades of Gold #FBD301

Tints of Gold #FBD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.21%
G = 45.57%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBD301 (or 0xFBD301) is known color: Gold. HEX triplet: FB, D3 and 01. RGB value is (251,211,1). Sum of RGB (Red+Green+Blue) = 251+211+1=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD301 is #042CFE. Grayscale: #C7C7C7. Windows color (decimal): -273663 or 119803. OLE color: 119803.

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

Color convert

RGB 251 211 1 -
CMYK 0 0.16 1.00 0.02
HSL 50.4º 0.99% 0.49% -
HSV(B) 50.4º 1% 0.98% -
XYZ 63.08 67.1 9.66 -
YUV 199.02 16.25 165.08 -
System Red Green Blue C M Y K H S L
Decimal 251 211 1 0 0.16 1.00 0.02 50.4 0.99 0.49
Hex FB D3 1 0 10 64 2 32 63 31
Octal 373 323 1 0 20 144 2 62 143 61
Binary 11111011 11010011 1 0 10000 1100100 10 110010 1100011 110001

Color Harmonies of #FBD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD301

Black with #FBD301

Text Example


Text Example

White with #FBD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD301; }

 p { color: rgb(251,211,1); }

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

background-color css

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

 a { background-color: rgb(251,211,1); }

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

border-color css

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

 span { border-color: rgb(251,211,1); }

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