Html Css Color HEX #F8DD7D Golden Glow

📋 copy color: '#F8DD7D'

red 248 ◦ green 221 ◦ blue 125

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

Shades of Golden Glow #F8DD7D

Tints of Golden Glow #F8DD7D

RGB

 RED value IS 248 (97.27% from 255) = 41.75%

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

 BLUE value IS 125 (49.22% from 255) = 21.04%

R = 41.75%
G = 37.21%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8DD7D (or 0xF8DD7D) is known color: Golden Glow. HEX triplet: F8, DD and 7D. RGB value is (248,221,125). Sum of RGB (Red+Green+Blue) = 248+221+125=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DD7D is #072282. Grayscale: #DADADA. Windows color (decimal): -467587 or 8248824. OLE color: 8248824.

HSL color Cylindrical-coordinate representation of color #F8DD7D: hue angle of 46.83º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8DD7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 221 125 -
CMYK 0 0.11 0.50 0.03
HSL 46.83º 0.9% 0.73% -
HSV(B) 46.83º 0.5% 0.97% -
XYZ 68.27 73.15 29.92 -
YUV 218.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 248 221 125 0 0.11 0.50 0.03 46.83 0.9 0.73
Hex F8 DD 7D 0 B 32 3 2F 5A 49
Octal 370 335 175 0 13 62 3 57 132 111
Binary 11111000 11011101 1111101 0 1011 110010 11 101111 1011010 1001001

Color Harmonies of #F8DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DD7D

Black with #F8DD7D

Text Example


Text Example

White with #F8DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DD7D; }

 p { color: rgb(248,221,125); }

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

background-color css

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

 a { background-color: rgb(248,221,125); }

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

border-color css

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

 span { border-color: rgb(248,221,125); }

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