#FEA517

Color #FEA517 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FEA517

Tints of Dark Tangerine #FEA517

Color information

#FEA517 (or 0xFEA517) is unknown color: approx Dark Tangerine. HEX triplet: FE, A5 and 17. RGB value is (254,165,23). Sum of RGB (Red+Green+Blue) = 254+165+23=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA517 is #015AE8. Grayscale: #B0B0B0. Windows color (decimal): -88809 or 1549822. OLE color: 1549822.

HSL color Cylindrical-coordinate representation of color #FEA517: hue angle of 36.88º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEA517 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB25416523-
CMYK00.350.910.00
HSL36.88º99.14%54.31%-
HSV(B)36.88º90.94%99.61%-
XYZ54.4848.047.21-
YUV175.4241.99184.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 23 (9.38% from 255) = 5.20%
R=57.47%
G=37.33%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541652300.350.910.0036.8899.1454.31
HexFEA5170235B0256336
Octal3762452704313304514366
Binary1111111010100101101110100011101101101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA517; }

 p { color: rgb(254,165,23); }

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

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

 a { background-color: rgb(254,165,23); }

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

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

 span { border-color: rgb(254,165,23); }

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