Html Css Color HEX #F8D481 Golden Glow

📋 copy color: '#F8D481'

red 248 ◦ green 212 ◦ blue 129

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

Shades of Golden Glow #F8D481

Tints of Golden Glow #F8D481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.99%

 BLUE value IS 129 (50.78% from 255) = 21.9%

R = 42.11%
G = 35.99%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8D481 (or 0xF8D481) is known color: Golden Glow. HEX triplet: F8, D4 and 81. RGB value is (248,212,129). Sum of RGB (Red+Green+Blue) = 248+212+129=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D481 is #072B7E. Grayscale: #D5D5D5. Windows color (decimal): -469887 or 8508664. OLE color: 8508664.

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

Color convert

RGB 248 212 129 -
CMYK 0 0.15 0.48 0.03
HSL 41.85º 0.89% 0.74% -
HSV(B) 41.85º 0.48% 0.97% -
XYZ 66.22 68.63 30.53 -
YUV 213.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 248 212 129 0 0.15 0.48 0.03 41.85 0.89 0.74
Hex F8 D4 81 0 F 30 3 2A 59 4A
Octal 370 324 201 0 17 60 3 52 131 112
Binary 11111000 11010100 10000001 0 1111 110000 11 101010 1011001 1001010

Color Harmonies of #F8D481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D481

Black with #F8D481

Text Example


Text Example

White with #F8D481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D481; }

 p { color: rgb(248,212,129); }

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

background-color css

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

 a { background-color: rgb(248,212,129); }

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

border-color css

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

 span { border-color: rgb(248,212,129); }

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