Html Css Color HEX #F8D983 Golden Glow

📋 copy color: '#F8D983'

red 248 ◦ green 217 ◦ blue 131

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

Shades of Golden Glow #F8D983

Tints of Golden Glow #F8D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 131 (51.56% from 255) = 21.98%

R = 41.61%
G = 36.41%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F8D983 (or 0xF8D983) is known color: Golden Glow. HEX triplet: F8, D9 and 83. RGB value is (248,217,131). Sum of RGB (Red+Green+Blue) = 248+217+131=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D983 is #07267C. Grayscale: #D8D8D8. Windows color (decimal): -468605 or 8641016. OLE color: 8641016.

HSL color Cylindrical-coordinate representation of color #F8D983: hue angle of 44.1º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8D983 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 131 -
CMYK 0 0.12 0.47 0.03
HSL 44.1º 0.89% 0.74% -
HSV(B) 44.1º 0.47% 0.97% -
XYZ 67.62 71.22 31.66 -
YUV 216.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 248 217 131 0 0.12 0.47 0.03 44.1 0.89 0.74
Hex F8 D9 83 0 C 2F 3 2C 59 4A
Octal 370 331 203 0 14 57 3 54 131 112
Binary 11111000 11011001 10000011 0 1100 101111 11 101100 1011001 1001010

Color Harmonies of #F8D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D983

Black with #F8D983

Text Example


Text Example

White with #F8D983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D983; }

 p { color: rgb(248,217,131); }

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

background-color css

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

 a { background-color: rgb(248,217,131); }

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

border-color css

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

 span { border-color: rgb(248,217,131); }

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