Html Css Color HEX #F8D301 Gold

📋 copy color: '#F8D301'

red 248 ◦ green 211 ◦ blue 1

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

Shades of Gold #F8D301

Tints of Gold #F8D301

RGB

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

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

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

R = 53.91%
G = 45.87%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8D301 (or 0xF8D301) is known color: Gold. HEX triplet: F8, D3 and 01. RGB value is (248,211,1). Sum of RGB (Red+Green+Blue) = 248+211+1=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D301 is #072CFE. Grayscale: #C7C7C7. Windows color (decimal): -470271 or 119800. OLE color: 119800.

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

Color convert

RGB 248 211 1 -
CMYK 0 0.15 1.00 0.03
HSL 51.01º 0.99% 0.49% -
HSV(B) 51.01º 1% 0.97% -
XYZ 62.01 66.55 9.61 -
YUV 198.12 16.76 163.58 -
System Red Green Blue C M Y K H S L
Decimal 248 211 1 0 0.15 1.00 0.03 51.01 0.99 0.49
Hex F8 D3 1 0 F 64 3 33 63 31
Octal 370 323 1 0 17 144 3 63 143 61
Binary 11111000 11010011 1 0 1111 1100100 11 110011 1100011 110001

Color Harmonies of #F8D301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D301

Black with #F8D301

Text Example


Text Example

White with #F8D301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D301; }

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

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

background-color css

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

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

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

border-color css

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

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

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