Html Css Color HEX #FADC7B Golden Glow

📋 copy color: '#FADC7B'

red 250 ◦ green 220 ◦ blue 123

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

Shades of Golden Glow #FADC7B

Tints of Golden Glow #FADC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 42.16%
G = 37.1%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FADC7B (or 0xFADC7B) is known color: Golden Glow. HEX triplet: FA, DC and 7B. RGB value is (250,220,123). Sum of RGB (Red+Green+Blue) = 250+220+123=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC7B is #052384. Grayscale: #DADADA. Windows color (decimal): -336773 or 8117498. OLE color: 8117498.

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

Color convert

RGB 250 220 123 -
CMYK 0 0.12 0.51 0.02
HSL 45.83º 0.93% 0.73% -
HSV(B) 45.83º 0.51% 0.98% -
XYZ 68.59 72.94 29.2 -
YUV 217.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 250 220 123 0 0.12 0.51 0.02 45.83 0.93 0.73
Hex FA DC 7B 0 C 33 2 2E 5D 49
Octal 372 334 173 0 14 63 2 56 135 111
Binary 11111010 11011100 1111011 0 1100 110011 10 101110 1011101 1001001

Color Harmonies of #FADC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC7B

Black with #FADC7B

Text Example


Text Example

White with #FADC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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