Html Css Color HEX #F3D302 Gold

📋 copy color: '#F3D302'

red 243 ◦ green 211 ◦ blue 2

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

Shades of Gold #F3D302

Tints of Gold #F3D302

RGB

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

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

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

R = 53.29%
G = 46.27%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F3D302 (or 0xF3D302) is known color: Gold. HEX triplet: F3, D3 and 02. RGB value is (243,211,2). Sum of RGB (Red+Green+Blue) = 243+211+2=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D302 is #0C2CFD. Grayscale: #C5C5C5. Windows color (decimal): -797950 or 185331. OLE color: 185331.

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

Color convert

RGB 243 211 2 -
CMYK 0 0.13 0.99 0.05
HSL 52.03º 0.98% 0.48% -
HSV(B) 52.03º 0.99% 0.95% -
XYZ 60.27 65.65 9.55 -
YUV 196.74 18.1 160.99 -
System Red Green Blue C M Y K H S L
Decimal 243 211 2 0 0.13 0.99 0.05 52.03 0.98 0.48
Hex F3 D3 2 0 D 63 5 34 62 30
Octal 363 323 2 0 15 143 5 64 142 60
Binary 11110011 11010011 10 0 1101 1100011 101 110100 1100010 110000

Color Harmonies of #F3D302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D302

Black with #F3D302

Text Example


Text Example

White with #F3D302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D302; }

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

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

background-color css

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

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

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

border-color css

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

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

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