#FF9E1E

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

Shades of Dark Tangerine #FF9E1E

Tints of Dark Tangerine #FF9E1E

Color information

#FF9E1E (or 0xFF9E1E) is unknown color: approx Dark Tangerine. HEX triplet: FF, 9E and 1E. RGB value is (255,158,30). Sum of RGB (Red+Green+Blue) = 255+158+30=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E1E is #0061E1. Grayscale: #ADADAD. Windows color (decimal): -25058 or 2006783. OLE color: 2006783.

HSL color Cylindrical-coordinate representation of color #FF9E1E: hue angle of 34.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF9E1E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25515830-
CMYK00.380.880
HSL34.13º100%55.88%-
HSV(B)34.13º88.24%100%-
XYZ53.745.817.24-
YUV172.4147.64186.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 30 (12.11% from 255) = 6.77%
R=57.56%
G=35.67%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551583000.380.88034.1310055.88
HexFF9E1E026580226438
Octal3772363604613004214470
Binary1111111110011110111100100110101100001000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E1E; }

 p { color: rgb(255,158,30); }

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

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

 a { background-color: rgb(255,158,30); }

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

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

 span { border-color: rgb(255,158,30); }

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