Html Css Color HEX #F9DC85 Golden Glow

📋 copy color: '#F9DC85'

red 249 ◦ green 220 ◦ blue 133

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

Shades of Golden Glow #F9DC85

Tints of Golden Glow #F9DC85

RGB

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

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

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

R = 41.36%
G = 36.54%
B = 22.09%

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

#F9DC85 (or 0xF9DC85) is known color: Golden Glow. HEX triplet: F9, DC and 85. RGB value is (249,220,133). Sum of RGB (Red+Green+Blue) = 249+220+133=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC85 is #06237A. Grayscale: #DBDBDB. Windows color (decimal): -402299 or 8772857. OLE color: 8772857.

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

Color convert

RGB 249 220 133 -
CMYK 0 0.12 0.47 0.02
HSL 45º 0.91% 0.75% -
HSV(B) 45º 0.47% 0.98% -
XYZ 68.89 73.02 32.65 -
YUV 218.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 249 220 133 0 0.12 0.47 0.02 45 0.91 0.75
Hex F9 DC 85 0 C 2F 2 2D 5B 4B
Octal 371 334 205 0 14 57 2 55 133 113
Binary 11111001 11011100 10000101 0 1100 101111 10 101101 1011011 1001011

Color Harmonies of #F9DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC85

Black with #F9DC85

Text Example


Text Example

White with #F9DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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