Html Css Color HEX #FAD20F Gold

📋 copy color: '#FAD20F'

red 250 ◦ green 210 ◦ blue 15

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

Shades of Gold #FAD20F

Tints of Gold #FAD20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 15 (6.25% from 255) = 3.16%

R = 52.63%
G = 44.21%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAD20F (or 0xFAD20F) is known color: Gold. HEX triplet: FA, D2 and 0F. RGB value is (250,210,15). Sum of RGB (Red+Green+Blue) = 250+210+15=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD20F is #052DF0. Grayscale: #C8C8C8. Windows color (decimal): -339441 or 1037050. OLE color: 1037050.

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

Color convert

RGB 250 210 15 -
CMYK 0 0.16 0.94 0.02
HSL 49.79º 0.96% 0.52% -
HSV(B) 49.79º 0.94% 0.98% -
XYZ 62.56 66.45 9.98 -
YUV 199.73 23.75 163.86 -
System Red Green Blue C M Y K H S L
Decimal 250 210 15 0 0.16 0.94 0.02 49.79 0.96 0.52
Hex FA D2 F 0 10 5E 2 32 60 34
Octal 372 322 17 0 20 136 2 62 140 64
Binary 11111010 11010010 1111 0 10000 1011110 10 110010 1100000 110100

Color Harmonies of #FAD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD20F

Black with #FAD20F

Text Example


Text Example

White with #FAD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD20F; }

 p { color: rgb(250,210,15); }

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

background-color css

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

 a { background-color: rgb(250,210,15); }

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

border-color css

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

 span { border-color: rgb(250,210,15); }

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