Html Css Color HEX #F8D600 Gold

📋 copy color: '#F8D600'

red 248 ◦ green 214 ◦ blue 0

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

Shades of Gold #F8D600

Tints of Gold #F8D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.68%
G = 46.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8D600 (or 0xF8D600) is known color: Gold. HEX triplet: F8, D6 and 00. RGB value is (248,214,0). Sum of RGB (Red+Green+Blue) = 248+214+0=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D600 is #0729FF. Grayscale: #C8C8C8. Windows color (decimal): -469504 or 55032. OLE color: 55032.

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

Color convert

RGB 248 214 0 -
CMYK 0 0.14 1 0.03
HSL 51.77º 1% 0.49% -
HSV(B) 51.77º 1% 0.97% -
XYZ 62.76 68.05 9.83 -
YUV 199.77 15.26 162.4 -
System Red Green Blue C M Y K H S L
Decimal 248 214 0 0 0.14 1 0.03 51.77 1 0.49
Hex F8 D6 0 0 E 64 3 34 64 31
Octal 370 326 0 0 16 144 3 64 144 61
Binary 11111000 11010110 0 0 1110 1100100 11 110100 1100100 110001

Color Harmonies of #F8D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D600

Black with #F8D600

Text Example


Text Example

White with #F8D600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D600; }

 p { color: rgb(248,214,0); }

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

background-color css

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

 a { background-color: rgb(248,214,0); }

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

border-color css

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

 span { border-color: rgb(248,214,0); }

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