Html Css Color HEX #FAD77F Golden Glow

📋 copy color: '#FAD77F'

red 250 ◦ green 215 ◦ blue 127

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

Shades of Golden Glow #FAD77F

Tints of Golden Glow #FAD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.32%

 BLUE value IS 127 (50% from 255) = 21.45%

R = 42.23%
G = 36.32%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAD77F (or 0xFAD77F) is known color: Golden Glow. HEX triplet: FA, D7 and 7F. RGB value is (250,215,127). Sum of RGB (Red+Green+Blue) = 250+215+127=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD77F is #052880. Grayscale: #D7D7D7. Windows color (decimal): -338049 or 8378362. OLE color: 8378362.

HSL color Cylindrical-coordinate representation of color #FAD77F: hue angle of 42.93º 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 #FAD77F is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 215 127 -
CMYK 0 0.14 0.49 0.02
HSL 42.93º 0.92% 0.74% -
HSV(B) 42.93º 0.49% 0.98% -
XYZ 67.56 70.46 30.12 -
YUV 215.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 250 215 127 0 0.14 0.49 0.02 42.93 0.92 0.74
Hex FA D7 7F 0 E 31 2 2B 5C 4A
Octal 372 327 177 0 16 61 2 53 134 112
Binary 11111010 11010111 1111111 0 1110 110001 10 101011 1011100 1001010

Color Harmonies of #FAD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD77F

Black with #FAD77F

Text Example


Text Example

White with #FAD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD77F; }

 p { color: rgb(250,215,127); }

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

background-color css

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

 a { background-color: rgb(250,215,127); }

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

border-color css

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

 span { border-color: rgb(250,215,127); }

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