#f2ae28

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

Shades of Gold Tips #F2AE28

Tints of Gold Tips #F2AE28

Color information

#F2AE28 (or 0xF2AE28) is unknown color: approx Gold Tips. HEX triplet: F2, AE and 28. RGB value is (242,174,40). Sum of RGB (Red+Green+Blue) = 242+174+40=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AE28 is #0D51D7. Grayscale: #B3B3B3. Windows color (decimal): -872920 or 2666226. OLE color: 2666226.

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

Color convert

RGB24217440-
CMYK00.280.830.05
HSL39.8º88.6%55.29%-
HSV(B)39.8º83.47%94.9%-
XYZ52.1449.38.78-
YUV179.0649.53172.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 40 (16.02% from 255) = 8.77%
R=53.07%
G=38.16%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421744000.280.830.0539.888.655.29
HexF2AE2801C535285937
Octal3622565003412355013167
Binary111100101010111010100001110010100111011010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ae28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ae28; }

 p { color: rgb(242,174,40); }

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

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

 a { background-color: rgb(242,174,40); }

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

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

 span { border-color: rgb(242,174,40); }

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