#FF9B11

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

Shades of Dark Tangerine #FF9B11

Tints of Dark Tangerine #FF9B11

Color information

#FF9B11 (or 0xFF9B11) is unknown color: approx Dark Tangerine. HEX triplet: FF, 9B and 11. RGB value is (255,155,17). Sum of RGB (Red+Green+Blue) = 255+155+17=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B11 is #0064EE. Grayscale: #A9A9A9. Windows color (decimal): -25839 or 1154047. OLE color: 1154047.

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

Color convert

RGB25515517-
CMYK00.390.930
HSL34.79º100%53.33%-
HSV(B)34.79º93.33%100%-
XYZ53.0644.746.37-
YUV169.1742.13189.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 17 (7.03% from 255) = 3.98%
R=59.72%
G=36.30%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551551700.390.93034.7910053.33
HexFF9B110275D0236435
Octal3772332104713504314465
Binary1111111110011011100010100111101110101000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B11; }

 p { color: rgb(255,155,17); }

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

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

 a { background-color: rgb(255,155,17); }

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

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

 span { border-color: rgb(255,155,17); }

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