#FF9100

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

Shades of Dark Orange #FF9100

Tints of Dark Orange #FF9100

Color information

#FF9100 (or 0xFF9100) is unknown color: approx Dark Orange. HEX triplet: FF, 91 and 00. RGB value is (255,145,0). Sum of RGB (Red+Green+Blue) = 255+145+0=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9100 is #006EFF. Grayscale: #A2A2A2. Windows color (decimal): -28416 or 37375. OLE color: 37375.

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

Color convert

RGB2551450-
CMYK00.4310
HSL34.12º100%50%-
HSV(B)34.12º100%100%-
XYZ51.3741.515.31-
YUV161.3636.94194.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.75%
G=36.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255145000.431034.1210050
HexFF91002B640226432
Octal377221005314404214462
Binary111111111001000100101011110010001000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9100; }

 p { color: rgb(255,145,0); }

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

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

 a { background-color: rgb(255,145,0); }

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

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

 span { border-color: rgb(255,145,0); }

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