Html Css Color HEX #F2D407 Gold

📋 copy color: '#F2D407'

red 242 ◦ green 212 ◦ blue 7

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

Shades of Gold #F2D407

Tints of Gold #F2D407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 52.49%
G = 45.99%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2D407 (or 0xF2D407) is known color: Gold. HEX triplet: F2, D4 and 07. RGB value is (242,212,7). Sum of RGB (Red+Green+Blue) = 242+212+7=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D407 is #0D2BF8. Grayscale: #C6C6C6. Windows color (decimal): -863225 or 513266. OLE color: 513266.

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

Color convert

RGB 242 212 7 -
CMYK 0 0.12 0.97 0.05
HSL 52.34º 0.94% 0.49% -
HSV(B) 52.34º 0.97% 0.95% -
XYZ 60.2 65.98 9.76 -
YUV 197.6 20.44 159.67 -
System Red Green Blue C M Y K H S L
Decimal 242 212 7 0 0.12 0.97 0.05 52.34 0.94 0.49
Hex F2 D4 7 0 C 61 5 34 5E 31
Octal 362 324 7 0 14 141 5 64 136 61
Binary 11110010 11010100 111 0 1100 1100001 101 110100 1011110 110001

Color Harmonies of #F2D407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D407

Black with #F2D407

Text Example


Text Example

White with #F2D407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D407; }

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

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

background-color css

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

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

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

border-color css

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

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

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