Html Css Color HEX #FBD502 Gold

📋 copy color: '#FBD502'

red 251 ◦ green 213 ◦ blue 2

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

Shades of Gold #FBD502

Tints of Gold #FBD502

RGB

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

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

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

R = 53.86%
G = 45.71%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBD502 (or 0xFBD502) is known color: Gold. HEX triplet: FB, D5 and 02. RGB value is (251,213,2). Sum of RGB (Red+Green+Blue) = 251+213+2=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD502 is #042AFD. Grayscale: #C9C9C9. Windows color (decimal): -273150 or 185851. OLE color: 185851.

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

Color convert

RGB 251 213 2 -
CMYK 0 0.15 0.99 0.02
HSL 50.84º 0.98% 0.5% -
HSV(B) 50.84º 0.99% 0.98% -
XYZ 63.59 68.1 9.85 -
YUV 200.31 16.09 164.16 -
System Red Green Blue C M Y K H S L
Decimal 251 213 2 0 0.15 0.99 0.02 50.84 0.98 0.5
Hex FB D5 2 0 F 63 2 33 62 32
Octal 373 325 2 0 17 143 2 63 142 62
Binary 11111011 11010101 10 0 1111 1100011 10 110011 1100010 110010

Color Harmonies of #FBD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD502

Black with #FBD502

Text Example


Text Example

White with #FBD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD502; }

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

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

background-color css

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

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

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

border-color css

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

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

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