Html Css Color HEX #FADA7B Golden Glow

📋 copy color: '#FADA7B'

red 250 ◦ green 218 ◦ blue 123

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

Shades of Golden Glow #FADA7B

Tints of Golden Glow #FADA7B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.89%

 BLUE value IS 123 (48.44% from 255) = 20.81%

R = 42.3%
G = 36.89%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FADA7B (or 0xFADA7B) is known color: Golden Glow. HEX triplet: FA, DA and 7B. RGB value is (250,218,123). Sum of RGB (Red+Green+Blue) = 250+218+123=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 123 (48.44% from 255 or 20.81% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA7B is #052584. Grayscale: #D9D9D9. Windows color (decimal): -337285 or 8116986. OLE color: 8116986.

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

Color convert

RGB 250 218 123 -
CMYK 0 0.13 0.51 0.02
HSL 44.88º 0.93% 0.73% -
HSV(B) 44.88º 0.51% 0.98% -
XYZ 68.07 71.9 29.03 -
YUV 216.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 250 218 123 0 0.13 0.51 0.02 44.88 0.93 0.73
Hex FA DA 7B 0 D 33 2 2D 5D 49
Octal 372 332 173 0 15 63 2 55 135 111
Binary 11111010 11011010 1111011 0 1101 110011 10 101101 1011101 1001001

Color Harmonies of #FADA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA7B

Black with #FADA7B

Text Example


Text Example

White with #FADA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA7B; }

 p { color: rgb(250,218,123); }

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

background-color css

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

 a { background-color: rgb(250,218,123); }

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

border-color css

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

 span { border-color: rgb(250,218,123); }

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