Html Css Color HEX #F2D100 Gold

📋 copy color: '#F2D100'

red 242 ◦ green 209 ◦ blue 0

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

Shades of Gold #F2D100

Tints of Gold #F2D100

RGB

 RED value IS 242 (94.92% from 255) = 53.66%

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

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

R = 53.66%
G = 46.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2D100 (or 0xF2D100) is known color: Gold. HEX triplet: F2, D1 and 00. RGB value is (242,209,0). Sum of RGB (Red+Green+Blue) = 242+209+0=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D100 is #0D2EFF. Grayscale: #C3C3C3. Windows color (decimal): -864000 or 53746. OLE color: 53746.

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

Color convert

RGB 242 209 0 -
CMYK 0 0.14 1 0.05
HSL 51.82º 1% 0.47% -
HSV(B) 51.82º 1% 0.95% -
XYZ 59.42 64.48 9.31 -
YUV 195.04 17.93 161.49 -
System Red Green Blue C M Y K H S L
Decimal 242 209 0 0 0.14 1 0.05 51.82 1 0.47
Hex F2 D1 0 0 E 64 5 34 64 2F
Octal 362 321 0 0 16 144 5 64 144 57
Binary 11110010 11010001 0 0 1110 1100100 101 110100 1100100 101111

Color Harmonies of #F2D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D100

Black with #F2D100

Text Example


Text Example

White with #F2D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D100; }

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

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

background-color css

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

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

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

border-color css

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

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

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