Html Css Color HEX #F8D502 Gold

📋 copy color: '#F8D502'

red 248 ◦ green 213 ◦ blue 2

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

Shades of Gold #F8D502

Tints of Gold #F8D502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 53.56%
G = 46%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8D502 (or 0xF8D502) is known color: Gold. HEX triplet: F8, D5 and 02. RGB value is (248,213,2). Sum of RGB (Red+Green+Blue) = 248+213+2=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D502 is #072AFD. Grayscale: #C8C8C8. Windows color (decimal): -469758 or 185848. OLE color: 185848.

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

Color convert

RGB 248 213 2 -
CMYK 0 0.14 0.99 0.03
HSL 51.46º 0.98% 0.49% -
HSV(B) 51.46º 0.99% 0.97% -
XYZ 62.52 67.55 9.8 -
YUV 199.41 16.6 162.66 -
System Red Green Blue C M Y K H S L
Decimal 248 213 2 0 0.14 0.99 0.03 51.46 0.98 0.49
Hex F8 D5 2 0 E 63 3 33 62 31
Octal 370 325 2 0 16 143 3 63 142 61
Binary 11111000 11010101 10 0 1110 1100011 11 110011 1100010 110001

Color Harmonies of #F8D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D502

Black with #F8D502

Text Example


Text Example

White with #F8D502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D502; }

 p { color: rgb(248,213,2); }

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

background-color css

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

 a { background-color: rgb(248,213,2); }

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

border-color css

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

 span { border-color: rgb(248,213,2); }

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