Html Css Color HEX #F8D610 Gold

📋 copy color: '#F8D610'

red 248 ◦ green 214 ◦ blue 16

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

Shades of Gold #F8D610

Tints of Gold #F8D610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 51.88%
G = 44.77%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8D610 (or 0xF8D610) is known color: Gold. HEX triplet: F8, D6 and 10. RGB value is (248,214,16). Sum of RGB (Red+Green+Blue) = 248+214+16=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D610 is #0729EF. Grayscale: #CACACA. Windows color (decimal): -469488 or 1103608. OLE color: 1103608.

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

Color convert

RGB 248 214 16 -
CMYK 0 0.14 0.94 0.03
HSL 51.21º 0.94% 0.52% -
HSV(B) 51.21º 0.94% 0.97% -
XYZ 62.85 68.09 10.32 -
YUV 201.59 23.26 161.1 -
System Red Green Blue C M Y K H S L
Decimal 248 214 16 0 0.14 0.94 0.03 51.21 0.94 0.52
Hex F8 D6 10 0 E 5E 3 33 5E 34
Octal 370 326 20 0 16 136 3 63 136 64
Binary 11111000 11010110 10000 0 1110 1011110 11 110011 1011110 110100

Color Harmonies of #F8D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D610

Black with #F8D610

Text Example


Text Example

White with #F8D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D610; }

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

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

background-color css

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

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

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

border-color css

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

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

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