Html Css Color HEX #F3D306 Gold

📋 copy color: '#F3D306'

red 243 ◦ green 211 ◦ blue 6

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

Shades of Gold #F3D306

Tints of Gold #F3D306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 52.83%
G = 45.87%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F3D306 (or 0xF3D306) is known color: Gold. HEX triplet: F3, D3 and 06. RGB value is (243,211,6). Sum of RGB (Red+Green+Blue) = 243+211+6=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D306 is #0C2CF9. Grayscale: #C6C6C6. Windows color (decimal): -797946 or 447475. OLE color: 447475.

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

Color convert

RGB 243 211 6 -
CMYK 0 0.13 0.98 0.05
HSL 51.9º 0.95% 0.49% -
HSV(B) 51.9º 0.98% 0.95% -
XYZ 60.29 65.66 9.67 -
YUV 197.2 20.1 160.67 -
System Red Green Blue C M Y K H S L
Decimal 243 211 6 0 0.13 0.98 0.05 51.9 0.95 0.49
Hex F3 D3 6 0 D 62 5 34 5F 31
Octal 363 323 6 0 15 142 5 64 137 61
Binary 11110011 11010011 110 0 1101 1100010 101 110100 1011111 110001

Color Harmonies of #F3D306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D306

Black with #F3D306

Text Example


Text Example

White with #F3D306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D306; }

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

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

background-color css

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

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

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

border-color css

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

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

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