Html Css Color HEX #FAD380 Golden Glow

📋 copy color: '#FAD380'

red 250 ◦ green 211 ◦ blue 128

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

Shades of Golden Glow #FAD380

Tints of Golden Glow #FAD380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.73%

R = 42.44%
G = 35.82%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAD380 (or 0xFAD380) is known color: Golden Glow. HEX triplet: FA, D3 and 80. RGB value is (250,211,128). Sum of RGB (Red+Green+Blue) = 250+211+128=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD380 is #052C7F. Grayscale: #D5D5D5. Windows color (decimal): -339072 or 8442874. OLE color: 8442874.

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

Color convert

RGB 250 211 128 -
CMYK 0 0.16 0.49 0.02
HSL 40.82º 0.92% 0.74% -
HSV(B) 40.82º 0.49% 0.98% -
XYZ 66.61 68.47 30.13 -
YUV 213.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 250 211 128 0 0.16 0.49 0.02 40.82 0.92 0.74
Hex FA D3 80 0 10 31 2 29 5C 4A
Octal 372 323 200 0 20 61 2 51 134 112
Binary 11111010 11010011 10000000 0 10000 110001 10 101001 1011100 1001010

Color Harmonies of #FAD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD380

Black with #FAD380

Text Example


Text Example

White with #FAD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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