Html Css Color HEX #F3AF20 Gold Tips

📋 copy color: '#F3AF20'

red 243 ◦ green 175 ◦ blue 32

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

Shades of Gold Tips #F3AF20

Tints of Gold Tips #F3AF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 54%
G = 38.89%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3AF20 (or 0xF3AF20) is known color: Gold Tips. HEX triplet: F3, AF and 20. RGB value is (243,175,32). Sum of RGB (Red+Green+Blue) = 243+175+32=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AF20 is #0C50DF. Grayscale: #B3B3B3. Windows color (decimal): -807136 or 2142195. OLE color: 2142195.

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

Color convert

RGB 243 175 32 -
CMYK 0 0.28 0.87 0.05
HSL 40.66º 0.9% 0.54% -
HSV(B) 40.66º 0.87% 0.95% -
XYZ 52.55 49.82 8.21 -
YUV 179.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 243 175 32 0 0.28 0.87 0.05 40.66 0.9 0.54
Hex F3 AF 20 0 1C 57 5 29 5A 36
Octal 363 257 40 0 34 127 5 51 132 66
Binary 11110011 10101111 100000 0 11100 1010111 101 101001 1011010 110110

Color Harmonies of #F3AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3AF20

Black with #F3AF20

Text Example


Text Example

White with #F3AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3AF20; }

 p { color: rgb(243,175,32); }

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

background-color css

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

 a { background-color: rgb(243,175,32); }

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

border-color css

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

 span { border-color: rgb(243,175,32); }

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