Html Css Color HEX #F8D304 Gold

📋 copy color: '#F8D304'

red 248 ◦ green 211 ◦ blue 4

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

Shades of Gold #F8D304

Tints of Gold #F8D304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

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

R = 53.56%
G = 45.57%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8D304 (or 0xF8D304) is known color: Gold. HEX triplet: F8, D3 and 04. RGB value is (248,211,4). Sum of RGB (Red+Green+Blue) = 248+211+4=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D304 is #072CFB. Grayscale: #C7C7C7. Windows color (decimal): -470268 or 316408. OLE color: 316408.

HSL color Cylindrical-coordinate representation of color #F8D304: hue angle of 50.9º 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 #F8D304 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 211 4 -
CMYK 0 0.15 0.98 0.03
HSL 50.9º 0.97% 0.49% -
HSV(B) 50.9º 0.98% 0.97% -
XYZ 62.03 66.55 9.69 -
YUV 198.47 18.26 163.33 -
System Red Green Blue C M Y K H S L
Decimal 248 211 4 0 0.15 0.98 0.03 50.9 0.97 0.49
Hex F8 D3 4 0 F 62 3 33 61 31
Octal 370 323 4 0 17 142 3 63 141 61
Binary 11111000 11010011 100 0 1111 1100010 11 110011 1100001 110001

Color Harmonies of #F8D304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D304

Black with #F8D304

Text Example


Text Example

White with #F8D304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D304; }

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

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

background-color css

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

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

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

border-color css

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

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

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