Html Css Color HEX #F3D102 Gold

📋 copy color: '#F3D102'

red 243 ◦ green 209 ◦ blue 2

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

Shades of Gold #F3D102

Tints of Gold #F3D102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 53.52%
G = 46.04%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F3D102 (or 0xF3D102) is known color: Gold. HEX triplet: F3, D1 and 02. RGB value is (243,209,2). Sum of RGB (Red+Green+Blue) = 243+209+2=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D102 is #0C2EFD. Grayscale: #C4C4C4. Windows color (decimal): -798462 or 184819. OLE color: 184819.

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

Color convert

RGB 243 209 2 -
CMYK 0 0.14 0.99 0.05
HSL 51.54º 0.98% 0.48% -
HSV(B) 51.54º 0.99% 0.95% -
XYZ 59.77 64.66 9.39 -
YUV 195.57 18.76 161.83 -
System Red Green Blue C M Y K H S L
Decimal 243 209 2 0 0.14 0.99 0.05 51.54 0.98 0.48
Hex F3 D1 2 0 E 63 5 34 62 30
Octal 363 321 2 0 16 143 5 64 142 60
Binary 11110011 11010001 10 0 1110 1100011 101 110100 1100010 110000

Color Harmonies of #F3D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D102

Black with #F3D102

Text Example


Text Example

White with #F3D102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D102; }

 p { color: rgb(243,209,2); }

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

background-color css

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

 a { background-color: rgb(243,209,2); }

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

border-color css

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

 span { border-color: rgb(243,209,2); }

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