#FF9312

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

Shades of Dark Orange #FF9312

Tints of Dark Orange #FF9312

Color information

#FF9312 (or 0xFF9312) is unknown color: approx Dark Orange. HEX triplet: FF, 93 and 12. RGB value is (255,147,18). Sum of RGB (Red+Green+Blue) = 255+147+18=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9312 is #006CED. Grayscale: #A5A5A5. Windows color (decimal): -27886 or 1217535. OLE color: 1217535.

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

Color convert

RGB25514718-
CMYK00.420.930
HSL32.66º100%53.53%-
HSV(B)32.66º92.94%100%-
XYZ51.7842.175.98-
YUV164.5945.28192.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 18 (7.42% from 255) = 4.29%
R=60.71%
G=35%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551471800.420.93032.6610053.53
HexFF931202A5D0216436
Octal3772232205213504114466
Binary1111111110010011100100101010101110101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9312; }

 p { color: rgb(255,147,18); }

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

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

 a { background-color: rgb(255,147,18); }

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

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

 span { border-color: rgb(255,147,18); }

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