Html Css Color HEX #FADA84 Golden Glow

📋 copy color: '#FADA84'

red 250 ◦ green 218 ◦ blue 132

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

Shades of Golden Glow #FADA84

Tints of Golden Glow #FADA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22%

R = 41.67%
G = 36.33%
B = 22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FADA84 (or 0xFADA84) is known color: Golden Glow. HEX triplet: FA, DA and 84. RGB value is (250,218,132). Sum of RGB (Red+Green+Blue) = 250+218+132=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA84 is #05257B. Grayscale: #DADADA. Windows color (decimal): -337276 or 8706810. OLE color: 8706810.

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

Color convert

RGB 250 218 132 -
CMYK 0 0.13 0.47 0.02
HSL 43.73º 0.92% 0.75% -
HSV(B) 43.73º 0.47% 0.98% -
XYZ 68.66 72.13 32.13 -
YUV 217.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 250 218 132 0 0.13 0.47 0.02 43.73 0.92 0.75
Hex FA DA 84 0 D 2F 2 2C 5C 4B
Octal 372 332 204 0 15 57 2 54 134 113
Binary 11111010 11011010 10000100 0 1101 101111 10 101100 1011100 1001011

Color Harmonies of #FADA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA84

Black with #FADA84

Text Example


Text Example

White with #FADA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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