#FF9500

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

Shades of Dark Orange #FF9500

Tints of Dark Orange #FF9500

Color information

#FF9500 (or 0xFF9500) is unknown color: approx Dark Orange. HEX triplet: FF, 95 and 00. RGB value is (255,149,0). Sum of RGB (Red+Green+Blue) = 255+149+0=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9500 is #006AFF. Grayscale: #A4A4A4. Windows color (decimal): -27392 or 38399. OLE color: 38399.

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

Color convert

RGB2551490-
CMYK00.4210
HSL35.06º100%50%-
HSV(B)35.06º100%100%-
XYZ51.9942.755.51-
YUV163.7135.62193.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.12%
G=36.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255149000.421035.0610050
HexFF95002A640236432
Octal377225005214404314462
Binary111111111001010100101010110010001000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9500; }

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

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

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

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

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

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

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

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