Html Css Color HEX #FAD67C Golden Glow

📋 copy color: '#FAD67C'

red 250 ◦ green 214 ◦ blue 124

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

Shades of Golden Glow #FAD67C

Tints of Golden Glow #FAD67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.09%

R = 42.52%
G = 36.39%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAD67C (or 0xFAD67C) is known color: Golden Glow. HEX triplet: FA, D6 and 7C. RGB value is (250,214,124). Sum of RGB (Red+Green+Blue) = 250+214+124=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD67C is #052983. Grayscale: #D6D6D6. Windows color (decimal): -338308 or 8181498. OLE color: 8181498.

HSL color Cylindrical-coordinate representation of color #FAD67C: hue angle of 42.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD67C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 214 124 -
CMYK 0 0.14 0.50 0.02
HSL 42.86º 0.93% 0.73% -
HSV(B) 42.86º 0.5% 0.98% -
XYZ 67.11 69.87 29.02 -
YUV 214.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 250 214 124 0 0.14 0.50 0.02 42.86 0.93 0.73
Hex FA D6 7C 0 E 32 2 2B 5D 49
Octal 372 326 174 0 16 62 2 53 135 111
Binary 11111010 11010110 1111100 0 1110 110010 10 101011 1011101 1001001

Color Harmonies of #FAD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD67C

Black with #FAD67C

Text Example


Text Example

White with #FAD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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