Html Css Color HEX #F2D40A Gold

📋 copy color: '#F2D40A'

red 242 ◦ green 212 ◦ blue 10

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

Shades of Gold #F2D40A

Tints of Gold #F2D40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

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

R = 52.16%
G = 45.69%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2D40A (or 0xF2D40A) is known color: Gold. HEX triplet: F2, D4 and 0A. RGB value is (242,212,10). Sum of RGB (Red+Green+Blue) = 242+212+10=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D40A is #0D2BF5. Grayscale: #C6C6C6. Windows color (decimal): -863222 or 709874. OLE color: 709874.

HSL color Cylindrical-coordinate representation of color #F2D40A: hue angle of 52.24º 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 #F2D40A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 10 -
CMYK 0 0.12 0.96 0.05
HSL 52.24º 0.92% 0.49% -
HSV(B) 52.24º 0.96% 0.95% -
XYZ 60.22 65.99 9.85 -
YUV 197.94 21.94 159.43 -
System Red Green Blue C M Y K H S L
Decimal 242 212 10 0 0.12 0.96 0.05 52.24 0.92 0.49
Hex F2 D4 A 0 C 60 5 34 5C 31
Octal 362 324 12 0 14 140 5 64 134 61
Binary 11110010 11010100 1010 0 1100 1100000 101 110100 1011100 110001

Color Harmonies of #F2D40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D40A

Black with #F2D40A

Text Example


Text Example

White with #F2D40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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