Html Css Color HEX #F1AD1E Gold Tips

📋 copy color: '#F1AD1E'

red 241 ◦ green 173 ◦ blue 30

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

Shades of Gold Tips #F1AD1E

Tints of Gold Tips #F1AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.76%

R = 54.28%
G = 38.96%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1AD1E (or 0xF1AD1E) is known color: Gold Tips. HEX triplet: F1, AD and 1E. RGB value is (241,173,30). Sum of RGB (Red+Green+Blue) = 241+173+30=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD1E is #0E52E1. Grayscale: #B1B1B1. Windows color (decimal): -938722 or 2010609. OLE color: 2010609.

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

Color convert

RGB 241 173 30 -
CMYK 0 0.28 0.88 0.05
HSL 40.66º 0.88% 0.53% -
HSV(B) 40.66º 0.88% 0.95% -
XYZ 51.45 48.68 7.91 -
YUV 177.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 241 173 30 0 0.28 0.88 0.05 40.66 0.88 0.53
Hex F1 AD 1E 0 1C 58 5 29 58 35
Octal 361 255 36 0 34 130 5 51 130 65
Binary 11110001 10101101 11110 0 11100 1011000 101 101001 1011000 110101

Color Harmonies of #F1AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD1E

Black with #F1AD1E

Text Example


Text Example

White with #F1AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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