Html Css Color HEX #FAD60E Gold

📋 copy color: '#FAD60E'

red 250 ◦ green 214 ◦ blue 14

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

Shades of Gold #FAD60E

Tints of Gold #FAD60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

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

R = 52.3%
G = 44.77%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAD60E (or 0xFAD60E) is known color: Gold. HEX triplet: FA, D6 and 0E. RGB value is (250,214,14). Sum of RGB (Red+Green+Blue) = 250+214+14=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 14 (5.86% from 255 or 2.93% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD60E is #0529F1. Grayscale: #CACACA. Windows color (decimal): -338418 or 972538. OLE color: 972538.

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

Color convert

RGB 250 214 14 -
CMYK 0 0.14 0.94 0.02
HSL 50.85º 0.96% 0.52% -
HSV(B) 50.85º 0.94% 0.98% -
XYZ 63.55 68.45 10.28 -
YUV 201.96 21.93 162.26 -
System Red Green Blue C M Y K H S L
Decimal 250 214 14 0 0.14 0.94 0.02 50.85 0.96 0.52
Hex FA D6 E 0 E 5E 2 33 60 34
Octal 372 326 16 0 16 136 2 63 140 64
Binary 11111010 11010110 1110 0 1110 1011110 10 110011 1100000 110100

Color Harmonies of #FAD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD60E

Black with #FAD60E

Text Example


Text Example

White with #FAD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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