Html Css Color HEX #FAD30D Gold

📋 copy color: '#FAD30D'

red 250 ◦ green 211 ◦ blue 13

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

Shades of Gold #FAD30D

Tints of Gold #FAD30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 52.74%
G = 44.51%
B = 2.74%

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

#FAD30D (or 0xFAD30D) is known color: Gold. HEX triplet: FA, D3 and 0D. RGB value is (250,211,13). Sum of RGB (Red+Green+Blue) = 250+211+13=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD30D is #052CF2. Grayscale: #C8C8C8. Windows color (decimal): -339187 or 906234. OLE color: 906234.

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

Color convert

RGB 250 211 13 -
CMYK 0 0.16 0.95 0.02
HSL 50.13º 0.96% 0.52% -
HSV(B) 50.13º 0.95% 0.98% -
XYZ 62.79 66.94 9.99 -
YUV 200.09 22.42 163.6 -
System Red Green Blue C M Y K H S L
Decimal 250 211 13 0 0.16 0.95 0.02 50.13 0.96 0.52
Hex FA D3 D 0 10 5F 2 32 60 34
Octal 372 323 15 0 20 137 2 62 140 64
Binary 11111010 11010011 1101 0 10000 1011111 10 110010 1100000 110100

Color Harmonies of #FAD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD30D

Black with #FAD30D

Text Example


Text Example

White with #FAD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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