Html Css Color HEX #F7D481 Golden Glow

📋 copy color: '#F7D481'

red 247 ◦ green 212 ◦ blue 129

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

Shades of Golden Glow #F7D481

Tints of Golden Glow #F7D481

RGB

 RED value IS 247 (96.88% from 255) = 42.01%

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

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

R = 42.01%
G = 36.05%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7D481 (or 0xF7D481) is known color: Golden Glow. HEX triplet: F7, D4 and 81. RGB value is (247,212,129). Sum of RGB (Red+Green+Blue) = 247+212+129=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D481 is #082B7E. Grayscale: #D5D5D5. Windows color (decimal): -535423 or 8508663. OLE color: 8508663.

HSL color Cylindrical-coordinate representation of color #F7D481: hue angle of 42.2º degrees, saturation: 0.88, 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 #F7D481 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 212 129 -
CMYK 0 0.14 0.48 0.03
HSL 42.2º 0.88% 0.74% -
HSV(B) 42.2º 0.48% 0.97% -
XYZ 65.86 68.45 30.51 -
YUV 213 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 247 212 129 0 0.14 0.48 0.03 42.2 0.88 0.74
Hex F7 D4 81 0 E 30 3 2A 58 4A
Octal 367 324 201 0 16 60 3 52 130 112
Binary 11110111 11010100 10000001 0 1110 110000 11 101010 1011000 1001010

Color Harmonies of #F7D481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D481

Black with #F7D481

Text Example


Text Example

White with #F7D481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D481; }

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

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

background-color css

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

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

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

border-color css

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

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

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