Html Css Color HEX #F2D10A Gold

📋 copy color: '#F2D10A'

red 242 ◦ green 209 ◦ blue 10

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

Shades of Gold #F2D10A

Tints of Gold #F2D10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 52.49%
G = 45.34%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2D10A (or 0xF2D10A) is known color: Gold. HEX triplet: F2, D1 and 0A. RGB value is (242,209,10). Sum of RGB (Red+Green+Blue) = 242+209+10=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D10A is #0D2EF5. Grayscale: #C5C5C5. Windows color (decimal): -863990 or 709106. OLE color: 709106.

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

Color convert

RGB 242 209 10 -
CMYK 0 0.14 0.96 0.05
HSL 51.47º 0.92% 0.49% -
HSV(B) 51.47º 0.96% 0.95% -
XYZ 59.47 64.5 9.6 -
YUV 196.18 22.93 160.68 -
System Red Green Blue C M Y K H S L
Decimal 242 209 10 0 0.14 0.96 0.05 51.47 0.92 0.49
Hex F2 D1 A 0 E 60 5 33 5C 31
Octal 362 321 12 0 16 140 5 63 134 61
Binary 11110010 11010001 1010 0 1110 1100000 101 110011 1011100 110001

Color Harmonies of #F2D10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D10A

Black with #F2D10A

Text Example


Text Example

White with #F2D10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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