Html Css Color HEX #F3D308 Gold

📋 copy color: '#F3D308'

red 243 ◦ green 211 ◦ blue 8

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

Shades of Gold #F3D308

Tints of Gold #F3D308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 52.6%
G = 45.67%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F3D308 (or 0xF3D308) is known color: Gold. HEX triplet: F3, D3 and 08. RGB value is (243,211,8). Sum of RGB (Red+Green+Blue) = 243+211+8=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D308 is #0C2CF7. Grayscale: #C6C6C6. Windows color (decimal): -797944 or 578547. OLE color: 578547.

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

Color convert

RGB 243 211 8 -
CMYK 0 0.13 0.97 0.05
HSL 51.83º 0.94% 0.49% -
HSV(B) 51.83º 0.97% 0.95% -
XYZ 60.3 65.66 9.73 -
YUV 197.43 21.1 160.51 -
System Red Green Blue C M Y K H S L
Decimal 243 211 8 0 0.13 0.97 0.05 51.83 0.94 0.49
Hex F3 D3 8 0 D 61 5 34 5E 31
Octal 363 323 10 0 15 141 5 64 136 61
Binary 11110011 11010011 1000 0 1101 1100001 101 110100 1011110 110001

Color Harmonies of #F3D308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D308

Black with #F3D308

Text Example


Text Example

White with #F3D308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D308; }

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

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

background-color css

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

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

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

border-color css

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

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

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