Html Css Color HEX #F9DC82 Golden Glow

📋 copy color: '#F9DC82'

red 249 ◦ green 220 ◦ blue 130

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

Shades of Golden Glow #F9DC82

Tints of Golden Glow #F9DC82

RGB

 RED value IS 249 (97.66% from 255) = 41.57%

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

 BLUE value IS 130 (51.17% from 255) = 21.7%

R = 41.57%
G = 36.73%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9DC82 (or 0xF9DC82) is known color: Golden Glow. HEX triplet: F9, DC and 82. RGB value is (249,220,130). Sum of RGB (Red+Green+Blue) = 249+220+130=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC82 is #06237D. Grayscale: #DADADA. Windows color (decimal): -402302 or 8576249. OLE color: 8576249.

HSL color Cylindrical-coordinate representation of color #F9DC82: hue angle of 45.38º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9DC82 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 130 -
CMYK 0 0.12 0.48 0.02
HSL 45.38º 0.91% 0.74% -
HSV(B) 45.38º 0.48% 0.98% -
XYZ 68.69 72.94 31.58 -
YUV 218.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 249 220 130 0 0.12 0.48 0.02 45.38 0.91 0.74
Hex F9 DC 82 0 C 30 2 2D 5B 4A
Octal 371 334 202 0 14 60 2 55 133 112
Binary 11111001 11011100 10000010 0 1100 110000 10 101101 1011011 1001010

Color Harmonies of #F9DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC82

Black with #F9DC82

Text Example


Text Example

White with #F9DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC82; }

 p { color: rgb(249,220,130); }

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

background-color css

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

 a { background-color: rgb(249,220,130); }

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

border-color css

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

 span { border-color: rgb(249,220,130); }

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