Html Css Color HEX #FAD68A Golden Glow

📋 copy color: '#FAD68A'

red 250 ◦ green 214 ◦ blue 138

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

Shades of Golden Glow #FAD68A

Tints of Golden Glow #FAD68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.55%

 BLUE value IS 138 (54.3% from 255) = 22.92%

R = 41.53%
G = 35.55%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAD68A (or 0xFAD68A) is known color: Golden Glow. HEX triplet: FA, D6 and 8A. RGB value is (250,214,138). Sum of RGB (Red+Green+Blue) = 250+214+138=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD68A is #052975. Grayscale: #D8D8D8. Windows color (decimal): -338294 or 9099002. OLE color: 9099002.

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

Color convert

RGB 250 214 138 -
CMYK 0 0.14 0.45 0.02
HSL 40.71º 0.92% 0.76% -
HSV(B) 40.71º 0.45% 0.98% -
XYZ 68.06 70.25 34.02 -
YUV 216.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 250 214 138 0 0.14 0.45 0.02 40.71 0.92 0.76
Hex FA D6 8A 0 E 2D 2 29 5C 4C
Octal 372 326 212 0 16 55 2 51 134 114
Binary 11111010 11010110 10001010 0 1110 101101 10 101001 1011100 1001100

Color Harmonies of #FAD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD68A

Black with #FAD68A

Text Example


Text Example

White with #FAD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD68A; }

 p { color: rgb(250,214,138); }

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

background-color css

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

 a { background-color: rgb(250,214,138); }

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

border-color css

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

 span { border-color: rgb(250,214,138); }

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