Html Css Color HEX #F8D405 Gold

📋 copy color: '#F8D405'

red 248 ◦ green 212 ◦ blue 5

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

Shades of Gold #F8D405

Tints of Gold #F8D405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 53.33%
G = 45.59%
B = 1.08%

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

#F8D405 (or 0xF8D405) is known color: Gold. HEX triplet: F8, D4 and 05. RGB value is (248,212,5). Sum of RGB (Red+Green+Blue) = 248+212+5=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D405 is #072BFA. Grayscale: #C8C8C8. Windows color (decimal): -470011 or 382200. OLE color: 382200.

HSL color Cylindrical-coordinate representation of color #F8D405: hue angle of 51.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8D405 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 5 -
CMYK 0 0.15 0.98 0.03
HSL 51.11º 0.96% 0.5% -
HSV(B) 51.11º 0.98% 0.97% -
XYZ 62.28 67.05 9.8 -
YUV 199.17 18.43 162.83 -
System Red Green Blue C M Y K H S L
Decimal 248 212 5 0 0.15 0.98 0.03 51.11 0.96 0.5
Hex F8 D4 5 0 F 62 3 33 60 32
Octal 370 324 5 0 17 142 3 63 140 62
Binary 11111000 11010100 101 0 1111 1100010 11 110011 1100000 110010

Color Harmonies of #F8D405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D405

Black with #F8D405

Text Example


Text Example

White with #F8D405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D405; }

 p { color: rgb(248,212,5); }

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

background-color css

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

 a { background-color: rgb(248,212,5); }

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

border-color css

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

 span { border-color: rgb(248,212,5); }

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