Html Css Color HEX #F3D40F Gold

📋 copy color: '#F3D40F'

red 243 ◦ green 212 ◦ blue 15

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

Shades of Gold #F3D40F

Tints of Gold #F3D40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 51.7%
G = 45.11%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3D40F (or 0xF3D40F) is known color: Gold. HEX triplet: F3, D4 and 0F. RGB value is (243,212,15). Sum of RGB (Red+Green+Blue) = 243+212+15=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D40F is #0C2BF0. Grayscale: #C7C7C7. Windows color (decimal): -797681 or 1037555. OLE color: 1037555.

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

Color convert

RGB 243 212 15 -
CMYK 0 0.13 0.94 0.05
HSL 51.84º 0.9% 0.51% -
HSV(B) 51.84º 0.94% 0.95% -
XYZ 60.59 66.18 10.03 -
YUV 198.81 24.27 159.52 -
System Red Green Blue C M Y K H S L
Decimal 243 212 15 0 0.13 0.94 0.05 51.84 0.9 0.51
Hex F3 D4 F 0 D 5E 5 34 5A 33
Octal 363 324 17 0 15 136 5 64 132 63
Binary 11110011 11010100 1111 0 1101 1011110 101 110100 1011010 110011

Color Harmonies of #F3D40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D40F

Black with #F3D40F

Text Example


Text Example

White with #F3D40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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