Html Css Color HEX #F3D310 Gold

📋 copy color: '#F3D310'

red 243 ◦ green 211 ◦ blue 16

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

Shades of Gold #F3D310

Tints of Gold #F3D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 51.7%
G = 44.89%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F3D310 (or 0xF3D310) is known color: Gold. HEX triplet: F3, D3 and 10. RGB value is (243,211,16). Sum of RGB (Red+Green+Blue) = 243+211+16=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D310 is #0C2CEF. Grayscale: #C7C7C7. Windows color (decimal): -797936 or 1102835. OLE color: 1102835.

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

Color convert

RGB 243 211 16 -
CMYK 0 0.13 0.93 0.05
HSL 51.54º 0.9% 0.51% -
HSV(B) 51.54º 0.93% 0.95% -
XYZ 60.35 65.68 9.99 -
YUV 198.34 25.1 159.86 -
System Red Green Blue C M Y K H S L
Decimal 243 211 16 0 0.13 0.93 0.05 51.54 0.9 0.51
Hex F3 D3 10 0 D 5D 5 34 5A 33
Octal 363 323 20 0 15 135 5 64 132 63
Binary 11110011 11010011 10000 0 1101 1011101 101 110100 1011010 110011

Color Harmonies of #F3D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D310

Black with #F3D310

Text Example


Text Example

White with #F3D310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D310; }

 p { color: rgb(243,211,16); }

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

background-color css

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

 a { background-color: rgb(243,211,16); }

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

border-color css

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

 span { border-color: rgb(243,211,16); }

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