Html Css Color HEX #FADD85 Golden Glow

📋 copy color: '#FADD85'

red 250 ◦ green 221 ◦ blue 133

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

Shades of Golden Glow #FADD85

Tints of Golden Glow #FADD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.59%

 BLUE value IS 133 (52.34% from 255) = 22.02%

R = 41.39%
G = 36.59%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FADD85 (or 0xFADD85) is known color: Golden Glow. HEX triplet: FA, DD and 85. RGB value is (250,221,133). Sum of RGB (Red+Green+Blue) = 250+221+133=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD85 is #05227A. Grayscale: #DCDCDC. Windows color (decimal): -336507 or 8773114. OLE color: 8773114.

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

Color convert

RGB 250 221 133 -
CMYK 0 0.12 0.47 0.02
HSL 45.13º 0.92% 0.75% -
HSV(B) 45.13º 0.47% 0.98% -
XYZ 69.51 73.73 32.76 -
YUV 219.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 250 221 133 0 0.12 0.47 0.02 45.13 0.92 0.75
Hex FA DD 85 0 C 2F 2 2D 5C 4B
Octal 372 335 205 0 14 57 2 55 134 113
Binary 11111010 11011101 10000101 0 1100 101111 10 101101 1011100 1001011

Color Harmonies of #FADD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD85

Black with #FADD85

Text Example


Text Example

White with #FADD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD85; }

 p { color: rgb(250,221,133); }

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

background-color css

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

 a { background-color: rgb(250,221,133); }

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

border-color css

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

 span { border-color: rgb(250,221,133); }

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