#FF9C1E

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

Shades of Dark Tangerine #FF9C1E

Tints of Dark Tangerine #FF9C1E

Color information

#FF9C1E (or 0xFF9C1E) is unknown color: approx Dark Tangerine. HEX triplet: FF, 9C and 1E. RGB value is (255,156,30). Sum of RGB (Red+Green+Blue) = 255+156+30=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C1E is #0063E1. Grayscale: #ABABAB. Windows color (decimal): -25570 or 2006271. OLE color: 2006271.

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

Color convert

RGB25515630-
CMYK00.390.880
HSL33.6º100%55.88%-
HSV(B)33.6º88.24%100%-
XYZ53.3645.137.13-
YUV171.2448.3187.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 30 (12.11% from 255) = 6.80%
R=57.82%
G=35.37%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551563000.390.88033.610055.88
HexFF9C1E027580226438
Octal3772343604713004214470
Binary1111111110011100111100100111101100001000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9C1E; }

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

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

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

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

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

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

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

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