Html Css Color HEX #FAD975 Golden Glow

📋 copy color: '#FAD975'

red 250 ◦ green 217 ◦ blue 117

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

Shades of Golden Glow #FAD975

Tints of Golden Glow #FAD975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 42.81%
G = 37.16%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAD975 (or 0xFAD975) is known color: Golden Glow. HEX triplet: FA, D9 and 75. RGB value is (250,217,117). Sum of RGB (Red+Green+Blue) = 250+217+117=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD975 is #05268A. Grayscale: #D7D7D7. Windows color (decimal): -337547 or 7723514. OLE color: 7723514.

HSL color Cylindrical-coordinate representation of color #FAD975: hue angle of 45.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAD975 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 217 117 -
CMYK 0 0.13 0.53 0.02
HSL 45.11º 0.93% 0.72% -
HSV(B) 45.11º 0.53% 0.98% -
XYZ 67.45 71.23 27.02 -
YUV 215.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 250 217 117 0 0.13 0.53 0.02 45.11 0.93 0.72
Hex FA D9 75 0 D 35 2 2D 5D 48
Octal 372 331 165 0 15 65 2 55 135 110
Binary 11111010 11011001 1110101 0 1101 110101 10 101101 1011101 1001000

Color Harmonies of #FAD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD975

Black with #FAD975

Text Example


Text Example

White with #FAD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD975; }

 p { color: rgb(250,217,117); }

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

background-color css

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

 a { background-color: rgb(250,217,117); }

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

border-color css

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

 span { border-color: rgb(250,217,117); }

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