#FEA317

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

Shades of Dark Tangerine #FEA317

Tints of Dark Tangerine #FEA317

Color information

#FEA317 (or 0xFEA317) is unknown color: approx Dark Tangerine. HEX triplet: FE, A3 and 17. RGB value is (254,163,23). Sum of RGB (Red+Green+Blue) = 254+163+23=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA317 is #015CE8. Grayscale: #AEAEAE. Windows color (decimal): -89321 or 1549310. OLE color: 1549310.

HSL color Cylindrical-coordinate representation of color #FEA317: hue angle of 36.36º 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 #FEA317 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB25416323-
CMYK00.360.910.00
HSL36.36º99.14%54.31%-
HSV(B)36.36º90.94%99.61%-
XYZ54.1247.337.09-
YUV174.2542.65184.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.73%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 23 (9.38% from 255) = 5.23%
R=57.73%
G=37.05%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541632300.360.910.0036.3699.1454.31
HexFEA3170245B0246336
Octal3762432704413304414366
Binary1111111010100011101110100100101101101001001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA317; }

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

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

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

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

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

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

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

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