Html Css Color HEX #F8D101 Gold

📋 copy color: '#F8D101'

red 248 ◦ green 209 ◦ blue 1

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

Shades of Gold #F8D101

Tints of Gold #F8D101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.15%
G = 45.63%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8D101 (or 0xF8D101) is known color: Gold. HEX triplet: F8, D1 and 01. RGB value is (248,209,1). Sum of RGB (Red+Green+Blue) = 248+209+1=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D101 is #072EFE. Grayscale: #C5C5C5. Windows color (decimal): -470783 or 119288. OLE color: 119288.

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

Color convert

RGB 248 209 1 -
CMYK 0 0.16 1.00 0.03
HSL 50.53º 0.99% 0.49% -
HSV(B) 50.53º 1% 0.97% -
XYZ 61.52 65.56 9.44 -
YUV 196.95 17.42 164.41 -
System Red Green Blue C M Y K H S L
Decimal 248 209 1 0 0.16 1.00 0.03 50.53 0.99 0.49
Hex F8 D1 1 0 10 64 3 33 63 31
Octal 370 321 1 0 20 144 3 63 143 61
Binary 11111000 11010001 1 0 10000 1100100 11 110011 1100011 110001

Color Harmonies of #F8D101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D101

Black with #F8D101

Text Example


Text Example

White with #F8D101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D101; }

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

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

background-color css

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

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

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

border-color css

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

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

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