Html Css Color HEX #F1AD28 Gold Tips

📋 copy color: '#F1AD28'

red 241 ◦ green 173 ◦ blue 40

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

Shades of Gold Tips #F1AD28

Tints of Gold Tips #F1AD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 53.08%
G = 38.11%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1AD28 (or 0xF1AD28) is known color: Gold Tips. HEX triplet: F1, AD and 28. RGB value is (241,173,40). Sum of RGB (Red+Green+Blue) = 241+173+40=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD28 is #0E52D7. Grayscale: #B2B2B2. Windows color (decimal): -938712 or 2665969. OLE color: 2665969.

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

Color convert

RGB 241 173 40 -
CMYK 0 0.28 0.83 0.05
HSL 39.7º 0.88% 0.55% -
HSV(B) 39.7º 0.83% 0.95% -
XYZ 51.6 48.74 8.7 -
YUV 178.17 50.03 172.81 -
System Red Green Blue C M Y K H S L
Decimal 241 173 40 0 0.28 0.83 0.05 39.7 0.88 0.55
Hex F1 AD 28 0 1C 53 5 28 58 37
Octal 361 255 50 0 34 123 5 50 130 67
Binary 11110001 10101101 101000 0 11100 1010011 101 101000 1011000 110111

Color Harmonies of #F1AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD28

Black with #F1AD28

Text Example


Text Example

White with #F1AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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