Html Css Color HEX #F8D104 Gold

📋 copy color: '#F8D104'

red 248 ◦ green 209 ◦ blue 4

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

Shades of Gold #F8D104

Tints of Gold #F8D104

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 53.8%
G = 45.34%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8D104 (or 0xF8D104) is known color: Gold. HEX triplet: F8, D1 and 04. RGB value is (248,209,4). Sum of RGB (Red+Green+Blue) = 248+209+4=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D104 is #072EFB. Grayscale: #C6C6C6. Windows color (decimal): -470780 or 315896. OLE color: 315896.

HSL color Cylindrical-coordinate representation of color #F8D104: hue angle of 50.41º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8D104 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 209 4 -
CMYK 0 0.16 0.98 0.03
HSL 50.41º 0.97% 0.49% -
HSV(B) 50.41º 0.98% 0.97% -
XYZ 61.53 65.57 9.53 -
YUV 197.29 18.92 164.17 -
System Red Green Blue C M Y K H S L
Decimal 248 209 4 0 0.16 0.98 0.03 50.41 0.97 0.49
Hex F8 D1 4 0 10 62 3 32 61 31
Octal 370 321 4 0 20 142 3 62 141 61
Binary 11111000 11010001 100 0 10000 1100010 11 110010 1100001 110001

Color Harmonies of #F8D104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D104

Black with #F8D104

Text Example


Text Example

White with #F8D104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D104; }

 p { color: rgb(248,209,4); }

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

background-color css

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

 a { background-color: rgb(248,209,4); }

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

border-color css

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

 span { border-color: rgb(248,209,4); }

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