Html Css Color HEX #FADF84 Golden Glow

📋 copy color: '#FADF84'

red 250 ◦ green 223 ◦ blue 132

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

Shades of Golden Glow #FADF84

Tints of Golden Glow #FADF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

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

R = 41.32%
G = 36.86%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FADF84 (or 0xFADF84) is known color: Golden Glow. HEX triplet: FA, DF and 84. RGB value is (250,223,132). Sum of RGB (Red+Green+Blue) = 250+223+132=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF84 is #05207B. Grayscale: #DDDDDD. Windows color (decimal): -335996 or 8708090. OLE color: 8708090.

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

Color convert

RGB 250 223 132 -
CMYK 0 0.11 0.47 0.02
HSL 46.27º 0.92% 0.75% -
HSV(B) 46.27º 0.47% 0.98% -
XYZ 69.98 74.77 32.57 -
YUV 220.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 250 223 132 0 0.11 0.47 0.02 46.27 0.92 0.75
Hex FA DF 84 0 B 2F 2 2E 5C 4B
Octal 372 337 204 0 13 57 2 56 134 113
Binary 11111010 11011111 10000100 0 1011 101111 10 101110 1011100 1001011

Color Harmonies of #FADF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF84

Black with #FADF84

Text Example


Text Example

White with #FADF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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