Html Css Color HEX #FAD30E Gold

📋 copy color: '#FAD30E'

red 250 ◦ green 211 ◦ blue 14

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

Shades of Gold #FAD30E

Tints of Gold #FAD30E

RGB

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

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

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

R = 52.63%
G = 44.42%
B = 2.95%

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

#FAD30E (or 0xFAD30E) is known color: Gold. HEX triplet: FA, D3 and 0E. RGB value is (250,211,14). Sum of RGB (Red+Green+Blue) = 250+211+14=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 14 (5.86% from 255 or 2.95% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD30E is #052CF1. Grayscale: #C9C9C9. Windows color (decimal): -339186 or 971770. OLE color: 971770.

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

Color convert

RGB 250 211 14 -
CMYK 0 0.16 0.94 0.02
HSL 50.08º 0.96% 0.52% -
HSV(B) 50.08º 0.94% 0.98% -
XYZ 62.8 66.94 10.03 -
YUV 200.2 22.92 163.52 -
System Red Green Blue C M Y K H S L
Decimal 250 211 14 0 0.16 0.94 0.02 50.08 0.96 0.52
Hex FA D3 E 0 10 5E 2 32 60 34
Octal 372 323 16 0 20 136 2 62 140 64
Binary 11111010 11010011 1110 0 10000 1011110 10 110010 1100000 110100

Color Harmonies of #FAD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD30E

Black with #FAD30E

Text Example


Text Example

White with #FAD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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