#FF9412

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

Shades of Dark Orange #FF9412

Tints of Dark Orange #FF9412

Color information

#FF9412 (or 0xFF9412) is unknown color: approx Dark Orange. HEX triplet: FF, 94 and 12. RGB value is (255,148,18). Sum of RGB (Red+Green+Blue) = 255+148+18=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9412 is #006BED. Grayscale: #A5A5A5. Windows color (decimal): -27630 or 1217791. OLE color: 1217791.

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

Color convert

RGB25514818-
CMYK00.420.930
HSL32.91º100%53.53%-
HSV(B)32.91º92.94%100%-
XYZ51.9442.486.03-
YUV165.1744.95192.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 18 (7.42% from 255) = 4.28%
R=60.57%
G=35.15%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551481800.420.93032.9110053.53
HexFF941202A5D0216436
Octal3772242205213504114466
Binary1111111110010100100100101010101110101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9412; }

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

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

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

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

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

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

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

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