Html Css Color HEX #FAD602 Gold

📋 copy color: '#FAD602'

red 250 ◦ green 214 ◦ blue 2

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

Shades of Gold #FAD602

Tints of Gold #FAD602

RGB

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

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

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

R = 53.65%
G = 45.92%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAD602 (or 0xFAD602) is known color: Gold. HEX triplet: FA, D6 and 02. RGB value is (250,214,2). Sum of RGB (Red+Green+Blue) = 250+214+2=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD602 is #0529FD. Grayscale: #C9C9C9. Windows color (decimal): -338430 or 186106. OLE color: 186106.

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

Color convert

RGB 250 214 2 -
CMYK 0 0.14 0.99 0.02
HSL 51.29º 0.98% 0.49% -
HSV(B) 51.29º 0.99% 0.98% -
XYZ 63.48 68.42 9.92 -
YUV 200.6 15.93 163.24 -
System Red Green Blue C M Y K H S L
Decimal 250 214 2 0 0.14 0.99 0.02 51.29 0.98 0.49
Hex FA D6 2 0 E 63 2 33 62 31
Octal 372 326 2 0 16 143 2 63 142 61
Binary 11111010 11010110 10 0 1110 1100011 10 110011 1100010 110001

Color Harmonies of #FAD602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD602

Black with #FAD602

Text Example


Text Example

White with #FAD602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD602; }

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

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

background-color css

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

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

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

border-color css

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

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

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