Html Css Color HEX #F8D20F Gold

📋 copy color: '#F8D20F'

red 248 ◦ green 210 ◦ blue 15

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

Shades of Gold #F8D20F

Tints of Gold #F8D20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

 BLUE value IS 15 (6.25% from 255) = 3.17%

R = 52.43%
G = 44.4%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8D20F (or 0xF8D20F) is known color: Gold. HEX triplet: F8, D2 and 0F. RGB value is (248,210,15). Sum of RGB (Red+Green+Blue) = 248+210+15=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D20F is #072DF0. Grayscale: #C7C7C7. Windows color (decimal): -470513 or 1037048. OLE color: 1037048.

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

Color convert

RGB 248 210 15 -
CMYK 0 0.15 0.94 0.03
HSL 50.21º 0.94% 0.52% -
HSV(B) 50.21º 0.94% 0.97% -
XYZ 61.84 66.08 9.95 -
YUV 199.13 24.09 162.86 -
System Red Green Blue C M Y K H S L
Decimal 248 210 15 0 0.15 0.94 0.03 50.21 0.94 0.52
Hex F8 D2 F 0 F 5E 3 32 5E 34
Octal 370 322 17 0 17 136 3 62 136 64
Binary 11111000 11010010 1111 0 1111 1011110 11 110010 1011110 110100

Color Harmonies of #F8D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D20F

Black with #F8D20F

Text Example


Text Example

White with #F8D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D20F; }

 p { color: rgb(248,210,15); }

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

background-color css

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

 a { background-color: rgb(248,210,15); }

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

border-color css

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

 span { border-color: rgb(248,210,15); }

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