Html Css Color HEX #F0D105 Gold

📋 copy color: '#F0D105'

red 240 ◦ green 209 ◦ blue 5

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

Shades of Gold #F0D105

Tints of Gold #F0D105

RGB

 RED value IS 240 (94.14% from 255) = 52.86%

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

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

R = 52.86%
G = 46.04%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0D105 (or 0xF0D105) is known color: Gold. HEX triplet: F0, D1 and 05. RGB value is (240,209,5). Sum of RGB (Red+Green+Blue) = 240+209+5=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D105 is #0F2EFA. Grayscale: #C3C3C3. Windows color (decimal): -995067 or 381424. OLE color: 381424.

HSL color Cylindrical-coordinate representation of color #F0D105: hue angle of 52.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D105 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 5 -
CMYK 0 0.13 0.98 0.06
HSL 52.09º 0.96% 0.48% -
HSV(B) 52.09º 0.98% 0.94% -
XYZ 58.76 64.14 9.43 -
YUV 195.01 20.77 160.09 -
System Red Green Blue C M Y K H S L
Decimal 240 209 5 0 0.13 0.98 0.06 52.09 0.96 0.48
Hex F0 D1 5 0 D 62 6 34 60 30
Octal 360 321 5 0 15 142 6 64 140 60
Binary 11110000 11010001 101 0 1101 1100010 110 110100 1100000 110000

Color Harmonies of #F0D105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D105

Black with #F0D105

Text Example


Text Example

White with #F0D105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D105; }

 p { color: rgb(240,209,5); }

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

background-color css

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

 a { background-color: rgb(240,209,5); }

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

border-color css

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

 span { border-color: rgb(240,209,5); }

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