Html Css Color HEX #FAD40B Gold

📋 copy color: '#FAD40B'

red 250 ◦ green 212 ◦ blue 11

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

Shades of Gold #FAD40B

Tints of Gold #FAD40B

RGB

 RED value IS 250 (98.05% from 255) = 52.85%

 GREEN value IS 212 (83.2% from 255) = 44.82%

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 52.85%
G = 44.82%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAD40B (or 0xFAD40B) is known color: Gold. HEX triplet: FA, D4 and 0B. RGB value is (250,212,11). Sum of RGB (Red+Green+Blue) = 250+212+11=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD40B is #052BF4. Grayscale: #C9C9C9. Windows color (decimal): -338933 or 775418. OLE color: 775418.

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

Color convert

RGB 250 212 11 -
CMYK 0 0.15 0.96 0.02
HSL 50.46º 0.96% 0.51% -
HSV(B) 50.46º 0.96% 0.98% -
XYZ 63.03 67.44 10.01 -
YUV 200.45 21.09 163.34 -
System Red Green Blue C M Y K H S L
Decimal 250 212 11 0 0.15 0.96 0.02 50.46 0.96 0.51
Hex FA D4 B 0 F 60 2 32 60 33
Octal 372 324 13 0 17 140 2 62 140 63
Binary 11111010 11010100 1011 0 1111 1100000 10 110010 1100000 110011

Color Harmonies of #FAD40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD40B

Black with #FAD40B

Text Example


Text Example

White with #FAD40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD40B; }

 p { color: rgb(250,212,11); }

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

background-color css

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

 a { background-color: rgb(250,212,11); }

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

border-color css

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

 span { border-color: rgb(250,212,11); }

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