Html Css Color HEX #F9DA86 Golden Glow

📋 copy color: '#F9DA86'

red 249 ◦ green 218 ◦ blue 134

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

Shades of Golden Glow #F9DA86

Tints of Golden Glow #F9DA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.3%

R = 41.43%
G = 36.27%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F9DA86 (or 0xF9DA86) is known color: Golden Glow. HEX triplet: F9, DA and 86. RGB value is (249,218,134). Sum of RGB (Red+Green+Blue) = 249+218+134=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA86 is #062579. Grayscale: #DADADA. Windows color (decimal): -402810 or 8837881. OLE color: 8837881.

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

Color convert

RGB 249 218 134 -
CMYK 0 0.12 0.46 0.02
HSL 43.83º 0.91% 0.75% -
HSV(B) 43.83º 0.46% 0.98% -
XYZ 68.44 72 32.85 -
YUV 217.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 249 218 134 0 0.12 0.46 0.02 43.83 0.91 0.75
Hex F9 DA 86 0 C 2E 2 2C 5B 4B
Octal 371 332 206 0 14 56 2 54 133 113
Binary 11111001 11011010 10000110 0 1100 101110 10 101100 1011011 1001011

Color Harmonies of #F9DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA86

Black with #F9DA86

Text Example


Text Example

White with #F9DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA86; }

 p { color: rgb(249,218,134); }

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

background-color css

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

 a { background-color: rgb(249,218,134); }

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

border-color css

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

 span { border-color: rgb(249,218,134); }

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