Html Css Color HEX #FAD30C Gold

📋 copy color: '#FAD30C'

red 250 ◦ green 211 ◦ blue 12

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

Shades of Gold #FAD30C

Tints of Gold #FAD30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 52.85%
G = 44.61%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAD30C (or 0xFAD30C) is known color: Gold. HEX triplet: FA, D3 and 0C. RGB value is (250,211,12). Sum of RGB (Red+Green+Blue) = 250+211+12=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD30C is #052CF3. Grayscale: #C8C8C8. Windows color (decimal): -339188 or 840698. OLE color: 840698.

HSL color Cylindrical-coordinate representation of color #FAD30C: hue angle of 50.17º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAD30C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 12 -
CMYK 0 0.16 0.95 0.02
HSL 50.17º 0.96% 0.51% -
HSV(B) 50.17º 0.95% 0.98% -
XYZ 62.78 66.94 9.96 -
YUV 199.98 21.92 163.68 -
System Red Green Blue C M Y K H S L
Decimal 250 211 12 0 0.16 0.95 0.02 50.17 0.96 0.51
Hex FA D3 C 0 10 5F 2 32 60 33
Octal 372 323 14 0 20 137 2 62 140 63
Binary 11111010 11010011 1100 0 10000 1011111 10 110010 1100000 110011

Color Harmonies of #FAD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD30C

Black with #FAD30C

Text Example


Text Example

White with #FAD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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