#F1AE23

Color #F1AE23 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #F1AE23

Tints of Gold Tips #F1AE23

Color information

#F1AE23 (or 0xF1AE23) is unknown color: approx Gold Tips. HEX triplet: F1, AE and 23. RGB value is (241,174,35). Sum of RGB (Red+Green+Blue) = 241+174+35=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AE23 is #0E51DC. Grayscale: #B2B2B2. Windows color (decimal): -938461 or 2338545. OLE color: 2338545.

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

Color convert

RGB24117435-
CMYK00.280.850.05
HSL40.49º88.03%54.12%-
HSV(B)40.49º85.48%94.51%-
XYZ51.7249.098.34-
YUV178.1947.2172.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 35 (14.06% from 255) = 7.78%
R=53.56%
G=38.67%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411743500.280.850.0540.4988.0354.12
HexF1AE2301C555285836
Octal3612564303412555013066
Binary111100011010111010001101110010101011011010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE23; }

 p { color: rgb(241,174,35); }

 H1.HeaderClassName
 {
   color: #F1AE23;
 }
 .AnyTagClassName
 {
   color: #F1AE23;
 }
</style>
background-color css

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

 a { background-color: rgb(241,174,35); }

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

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

 span { border-color: rgb(241,174,35); }

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