Html Css Color HEX #FAD30A Gold

📋 copy color: '#FAD30A'

red 250 ◦ green 211 ◦ blue 10

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

Shades of Gold #FAD30A

Tints of Gold #FAD30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 53.08%
G = 44.8%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAD30A (or 0xFAD30A) is known color: Gold. HEX triplet: FA, D3 and 0A. RGB value is (250,211,10). Sum of RGB (Red+Green+Blue) = 250+211+10=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD30A is #052CF5. Grayscale: #C8C8C8. Windows color (decimal): -339190 or 709626. OLE color: 709626.

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

Color convert

RGB 250 211 10 -
CMYK 0 0.16 0.96 0.02
HSL 50.25º 0.96% 0.51% -
HSV(B) 50.25º 0.96% 0.98% -
XYZ 62.77 66.93 9.9 -
YUV 199.75 20.92 163.84 -
System Red Green Blue C M Y K H S L
Decimal 250 211 10 0 0.16 0.96 0.02 50.25 0.96 0.51
Hex FA D3 A 0 10 60 2 32 60 33
Octal 372 323 12 0 20 140 2 62 140 63
Binary 11111010 11010011 1010 0 10000 1100000 10 110010 1100000 110011

Color Harmonies of #FAD30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD30A

Black with #FAD30A

Text Example


Text Example

White with #FAD30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD30A; }

 p { color: rgb(250,211,10); }

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

background-color css

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

 a { background-color: rgb(250,211,10); }

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

border-color css

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

 span { border-color: rgb(250,211,10); }

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