#FE9F1D

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

Shades of Dark Tangerine #FE9F1D

Tints of Dark Tangerine #FE9F1D

Color information

#FE9F1D (or 0xFE9F1D) is unknown color: approx Dark Tangerine. HEX triplet: FE, 9F and 1D. RGB value is (254,159,29). Sum of RGB (Red+Green+Blue) = 254+159+29=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F1D is #0160E2. Grayscale: #ADADAD. Windows color (decimal): -90339 or 1941502. OLE color: 1941502.

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

Color convert

RGB25415929-
CMYK00.370.890.00
HSL34.67º99.12%55.49%-
HSV(B)34.67º88.58%99.61%-
XYZ53.4945.967.21-
YUV172.5846.97186.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 29 (11.72% from 255) = 6.56%
R=57.47%
G=35.97%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541592900.370.890.0034.6799.1255.49
HexFE9F1D025590236337
Octal3762373504513104314367
Binary1111111010011111111010100101101100101000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9F1D; }

 p { color: rgb(254,159,29); }

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

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

 a { background-color: rgb(254,159,29); }

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

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

 span { border-color: rgb(254,159,29); }

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