Html Css Color HEX #F1AD20 Gold Tips

📋 copy color: '#F1AD20'

red 241 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #F1AD20

Tints of Gold Tips #F1AD20

RGB

 RED value IS 241 (94.53% from 255) = 54.04%

 GREEN value IS 173 (67.97% from 255) = 38.79%

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

R = 54.04%
G = 38.79%
B = 7.17%

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

#F1AD20 (or 0xF1AD20) is known color: Gold Tips. HEX triplet: F1, AD and 20. RGB value is (241,173,32). Sum of RGB (Red+Green+Blue) = 241+173+32=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD20 is #0E52DF. Grayscale: #B1B1B1. Windows color (decimal): -938720 or 2141681. OLE color: 2141681.

HSL color Cylindrical-coordinate representation of color #F1AD20: hue angle of 40.48º degrees, saturation: 0.88, 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 #F1AD20 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 32 -
CMYK 0 0.28 0.87 0.05
HSL 40.48º 0.88% 0.54% -
HSV(B) 40.48º 0.87% 0.95% -
XYZ 51.48 48.69 8.05 -
YUV 177.26 46.03 173.46 -
System Red Green Blue C M Y K H S L
Decimal 241 173 32 0 0.28 0.87 0.05 40.48 0.88 0.54
Hex F1 AD 20 0 1C 57 5 28 58 36
Octal 361 255 40 0 34 127 5 50 130 66
Binary 11110001 10101101 100000 0 11100 1010111 101 101000 1011000 110110

Color Harmonies of #F1AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD20

Black with #F1AD20

Text Example


Text Example

White with #F1AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD20; }

 p { color: rgb(241,173,32); }

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

background-color css

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

 a { background-color: rgb(241,173,32); }

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

border-color css

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

 span { border-color: rgb(241,173,32); }

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