Html Css Color HEX #FAD47B Golden Glow

📋 copy color: '#FAD47B'

red 250 ◦ green 212 ◦ blue 123

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

Shades of Golden Glow #FAD47B

Tints of Golden Glow #FAD47B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

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

R = 42.74%
G = 36.24%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAD47B (or 0xFAD47B) is known color: Golden Glow. HEX triplet: FA, D4 and 7B. RGB value is (250,212,123). Sum of RGB (Red+Green+Blue) = 250+212+123=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD47B is #052B84. Grayscale: #D5D5D5. Windows color (decimal): -338821 or 8115450. OLE color: 8115450.

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

Color convert

RGB 250 212 123 -
CMYK 0 0.15 0.51 0.02
HSL 42.05º 0.93% 0.73% -
HSV(B) 42.05º 0.51% 0.98% -
XYZ 66.54 68.84 28.52 -
YUV 213.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 250 212 123 0 0.15 0.51 0.02 42.05 0.93 0.73
Hex FA D4 7B 0 F 33 2 2A 5D 49
Octal 372 324 173 0 17 63 2 52 135 111
Binary 11111010 11010100 1111011 0 1111 110011 10 101010 1011101 1001001

Color Harmonies of #FAD47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD47B

Black with #FAD47B

Text Example


Text Example

White with #FAD47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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