Html Css Color HEX #F2D40C Gold

📋 copy color: '#F2D40C'

red 242 ◦ green 212 ◦ blue 12

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

Shades of Gold #F2D40C

Tints of Gold #F2D40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 51.93%
G = 45.49%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2D40C (or 0xF2D40C) is known color: Gold. HEX triplet: F2, D4 and 0C. RGB value is (242,212,12). Sum of RGB (Red+Green+Blue) = 242+212+12=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D40C is #0D2BF3. Grayscale: #C7C7C7. Windows color (decimal): -863220 or 840946. OLE color: 840946.

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

Color convert

RGB 242 212 12 -
CMYK 0 0.12 0.95 0.05
HSL 52.17º 0.91% 0.5% -
HSV(B) 52.17º 0.95% 0.95% -
XYZ 60.23 65.99 9.91 -
YUV 198.17 22.94 159.26 -
System Red Green Blue C M Y K H S L
Decimal 242 212 12 0 0.12 0.95 0.05 52.17 0.91 0.5
Hex F2 D4 C 0 C 5F 5 34 5B 32
Octal 362 324 14 0 14 137 5 64 133 62
Binary 11110010 11010100 1100 0 1100 1011111 101 110100 1011011 110010

Color Harmonies of #F2D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D40C

Black with #F2D40C

Text Example


Text Example

White with #F2D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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