Html Css Color HEX #F3D40C Gold

📋 copy color: '#F3D40C'

red 243 ◦ green 212 ◦ blue 12

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

Shades of Gold #F3D40C

Tints of Gold #F3D40C

RGB

 RED value IS 243 (95.31% from 255) = 52.03%

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

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

R = 52.03%
G = 45.4%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3D40C (or 0xF3D40C) is known color: Gold. HEX triplet: F3, D4 and 0C. RGB value is (243,212,12). Sum of RGB (Red+Green+Blue) = 243+212+12=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D40C is #0C2BF3. Grayscale: #C7C7C7. Windows color (decimal): -797684 or 840947. OLE color: 840947.

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

Color convert

RGB 243 212 12 -
CMYK 0 0.13 0.95 0.05
HSL 51.95º 0.91% 0.5% -
HSV(B) 51.95º 0.95% 0.95% -
XYZ 60.57 66.17 9.93 -
YUV 198.47 22.77 159.76 -
System Red Green Blue C M Y K H S L
Decimal 243 212 12 0 0.13 0.95 0.05 51.95 0.91 0.5
Hex F3 D4 C 0 D 5F 5 34 5B 32
Octal 363 324 14 0 15 137 5 64 133 62
Binary 11110011 11010100 1100 0 1101 1011111 101 110100 1011011 110010

Color Harmonies of #F3D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D40C

Black with #F3D40C

Text Example


Text Example

White with #F3D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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