Html Css Color HEX #FBD302 Gold

📋 copy color: '#FBD302'

red 251 ◦ green 211 ◦ blue 2

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

Shades of Gold #FBD302

Tints of Gold #FBD302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.09%
G = 45.47%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBD302 (or 0xFBD302) is known color: Gold. HEX triplet: FB, D3 and 02. RGB value is (251,211,2). Sum of RGB (Red+Green+Blue) = 251+211+2=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD302 is #042CFD. Grayscale: #C8C8C8. Windows color (decimal): -273662 or 185339. OLE color: 185339.

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

Color convert

RGB 251 211 2 -
CMYK 0 0.16 0.99 0.02
HSL 50.36º 0.98% 0.5% -
HSV(B) 50.36º 0.99% 0.98% -
XYZ 63.09 67.1 9.68 -
YUV 199.13 16.75 164.99 -
System Red Green Blue C M Y K H S L
Decimal 251 211 2 0 0.16 0.99 0.02 50.36 0.98 0.5
Hex FB D3 2 0 10 63 2 32 62 32
Octal 373 323 2 0 20 143 2 62 142 62
Binary 11111011 11010011 10 0 10000 1100011 10 110010 1100010 110010

Color Harmonies of #FBD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD302

Black with #FBD302

Text Example


Text Example

White with #FBD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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