#ff9a1e

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

Shades of Dark Tangerine #FF9A1E

Tints of Dark Tangerine #FF9A1E

Color information

#FF9A1E (or 0xFF9A1E) is unknown color: approx Dark Tangerine. HEX triplet: FF, 9A and 1E. RGB value is (255,154,30). Sum of RGB (Red+Green+Blue) = 255+154+30=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A1E is #0065E1. Grayscale: #AAAAAA. Windows color (decimal): -26082 or 2005759. OLE color: 2005759.

HSL color Cylindrical-coordinate representation of color #FF9A1E: hue angle of 33.07º 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 #FF9A1E is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25515430-
CMYK00.400.880
HSL33.07º100%55.88%-
HSV(B)33.07º88.24%100%-
XYZ53.0344.467.02-
YUV170.0648.96188.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.09%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=58.09%
G=35.08%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551543000.400.88033.0710055.88
HexFF9A1E028580216438
Octal3772323605013004114470
Binary1111111110011010111100101000101100001000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9a1e; }

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

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

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

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

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

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

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

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