Html Css Color HEX #FAD383 Golden Glow

📋 copy color: '#FAD383'

red 250 ◦ green 211 ◦ blue 131

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

Shades of Golden Glow #FAD383

Tints of Golden Glow #FAD383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.13%

R = 42.23%
G = 35.64%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAD383 (or 0xFAD383) is known color: Golden Glow. HEX triplet: FA, D3 and 83. RGB value is (250,211,131). Sum of RGB (Red+Green+Blue) = 250+211+131=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD383 is #052C7C. Grayscale: #D5D5D5. Windows color (decimal): -339069 or 8639482. OLE color: 8639482.

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

Color convert

RGB 250 211 131 -
CMYK 0 0.16 0.48 0.02
HSL 40.34º 0.92% 0.75% -
HSV(B) 40.34º 0.48% 0.98% -
XYZ 66.82 68.55 31.18 -
YUV 213.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 250 211 131 0 0.16 0.48 0.02 40.34 0.92 0.75
Hex FA D3 83 0 10 30 2 28 5C 4B
Octal 372 323 203 0 20 60 2 50 134 113
Binary 11111010 11010011 10000011 0 10000 110000 10 101000 1011100 1001011

Color Harmonies of #FAD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD383

Black with #FAD383

Text Example


Text Example

White with #FAD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD383; }

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

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

background-color css

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

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

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

border-color css

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

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

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