Html Css Color HEX #F0D100 Gold

📋 copy color: '#F0D100'

red 240 ◦ green 209 ◦ blue 0

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

Shades of Gold #F0D100

Tints of Gold #F0D100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.45%
G = 46.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0D100 (or 0xF0D100) is known color: Gold. HEX triplet: F0, D1 and 00. RGB value is (240,209,0). Sum of RGB (Red+Green+Blue) = 240+209+0=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D100 is #0F2EFF. Grayscale: #C3C3C3. Windows color (decimal): -995072 or 53744. OLE color: 53744.

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

Color convert

RGB 240 209 0 -
CMYK 0 0.13 1 0.06
HSL 52.25º 1% 0.47% -
HSV(B) 52.25º 1% 0.94% -
XYZ 58.74 64.13 9.28 -
YUV 194.44 18.27 160.49 -
System Red Green Blue C M Y K H S L
Decimal 240 209 0 0 0.13 1 0.06 52.25 1 0.47
Hex F0 D1 0 0 D 64 6 34 64 2F
Octal 360 321 0 0 15 144 6 64 144 57
Binary 11110000 11010001 0 0 1101 1100100 110 110100 1100100 101111

Color Harmonies of #F0D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D100

Black with #F0D100

Text Example


Text Example

White with #F0D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D100; }

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

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

background-color css

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

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

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

border-color css

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

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

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