Html Css Color HEX #FAD50E Gold

📋 copy color: '#FAD50E'

red 250 ◦ green 213 ◦ blue 14

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

Shades of Gold #FAD50E

Tints of Gold #FAD50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.94%

R = 52.41%
G = 44.65%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAD50E (or 0xFAD50E) is known color: Gold. HEX triplet: FA, D5 and 0E. RGB value is (250,213,14). Sum of RGB (Red+Green+Blue) = 250+213+14=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD50E is #052AF1. Grayscale: #CACACA. Windows color (decimal): -338674 or 972282. OLE color: 972282.

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

Color convert

RGB 250 213 14 -
CMYK 0 0.15 0.94 0.02
HSL 50.59º 0.96% 0.52% -
HSV(B) 50.59º 0.94% 0.98% -
XYZ 63.3 67.94 10.19 -
YUV 201.38 22.26 162.68 -
System Red Green Blue C M Y K H S L
Decimal 250 213 14 0 0.15 0.94 0.02 50.59 0.96 0.52
Hex FA D5 E 0 F 5E 2 33 60 34
Octal 372 325 16 0 17 136 2 63 140 64
Binary 11111010 11010101 1110 0 1111 1011110 10 110011 1100000 110100

Color Harmonies of #FAD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD50E

Black with #FAD50E

Text Example


Text Example

White with #FAD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD50E; }

 p { color: rgb(250,213,14); }

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

background-color css

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

 a { background-color: rgb(250,213,14); }

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

border-color css

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

 span { border-color: rgb(250,213,14); }

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