#FF9C11

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

Shades of Dark Tangerine #FF9C11

Tints of Dark Tangerine #FF9C11

Color information

#FF9C11 (or 0xFF9C11) is unknown color: approx Dark Tangerine. HEX triplet: FF, 9C and 11. RGB value is (255,156,17). Sum of RGB (Red+Green+Blue) = 255+156+17=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C11 is #0063EE. Grayscale: #AAAAAA. Windows color (decimal): -25583 or 1154303. OLE color: 1154303.

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

Color convert

RGB25515617-
CMYK00.390.930
HSL35.04º100%53.33%-
HSV(B)35.04º93.33%100%-
XYZ53.2345.086.43-
YUV169.7541.8188.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.58%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 17 (7.03% from 255) = 3.97%
R=59.58%
G=36.45%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551561700.390.93035.0410053.33
HexFF9C110275D0236435
Octal3772342104713504314465
Binary1111111110011100100010100111101110101000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9C11; }

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

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

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

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

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

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

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

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