Html Css Color HEX #FADB7F Golden Glow

📋 copy color: '#FADB7F'

red 250 ◦ green 219 ◦ blue 127

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

Shades of Golden Glow #FADB7F

Tints of Golden Glow #FADB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.74%

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

R = 41.95%
G = 36.74%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FADB7F (or 0xFADB7F) is known color: Golden Glow. HEX triplet: FA, DB and 7F. RGB value is (250,219,127). Sum of RGB (Red+Green+Blue) = 250+219+127=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB7F is #052480. Grayscale: #DADADA. Windows color (decimal): -337025 or 8379386. OLE color: 8379386.

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

Color convert

RGB 250 219 127 -
CMYK 0 0.12 0.49 0.02
HSL 44.88º 0.92% 0.74% -
HSV(B) 44.88º 0.49% 0.98% -
XYZ 68.59 72.52 30.46 -
YUV 217.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 250 219 127 0 0.12 0.49 0.02 44.88 0.92 0.74
Hex FA DB 7F 0 C 31 2 2D 5C 4A
Octal 372 333 177 0 14 61 2 55 134 112
Binary 11111010 11011011 1111111 0 1100 110001 10 101101 1011100 1001010

Color Harmonies of #FADB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB7F

Black with #FADB7F

Text Example


Text Example

White with #FADB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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