Html Css Color HEX #FADF80 Golden Glow

📋 copy color: '#FADF80'

red 250 ◦ green 223 ◦ blue 128

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

Shades of Golden Glow #FADF80

Tints of Golden Glow #FADF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.1%

 BLUE value IS 128 (50.39% from 255) = 21.3%

R = 41.6%
G = 37.1%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FADF80 (or 0xFADF80) is known color: Golden Glow. HEX triplet: FA, DF and 80. RGB value is (250,223,128). Sum of RGB (Red+Green+Blue) = 250+223+128=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF80 is #05207F. Grayscale: #DCDCDC. Windows color (decimal): -336000 or 8445946. OLE color: 8445946.

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

Color convert

RGB 250 223 128 -
CMYK 0 0.11 0.49 0.02
HSL 46.72º 0.92% 0.74% -
HSV(B) 46.72º 0.49% 0.98% -
XYZ 69.71 74.66 31.16 -
YUV 220.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 250 223 128 0 0.11 0.49 0.02 46.72 0.92 0.74
Hex FA DF 80 0 B 31 2 2F 5C 4A
Octal 372 337 200 0 13 61 2 57 134 112
Binary 11111010 11011111 10000000 0 1011 110001 10 101111 1011100 1001010

Color Harmonies of #FADF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF80

Black with #FADF80

Text Example


Text Example

White with #FADF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF80; }

 p { color: rgb(250,223,128); }

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

background-color css

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

 a { background-color: rgb(250,223,128); }

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

border-color css

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

 span { border-color: rgb(250,223,128); }

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