#FF9212

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

Shades of Dark Orange #FF9212

Tints of Dark Orange #FF9212

Color information

#FF9212 (or 0xFF9212) is unknown color: approx Dark Orange. HEX triplet: FF, 92 and 12. RGB value is (255,146,18). Sum of RGB (Red+Green+Blue) = 255+146+18=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9212 is #006DED. Grayscale: #A4A4A4. Windows color (decimal): -28142 or 1217279. OLE color: 1217279.

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

Color convert

RGB25514618-
CMYK00.430.930
HSL32.41º100%53.53%-
HSV(B)32.41º92.94%100%-
XYZ51.6341.865.93-
YUV16445.61192.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 18 (7.42% from 255) = 4.30%
R=60.86%
G=34.84%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551461800.430.93032.4110053.53
HexFF921202B5D0206436
Octal3772222205313504014466
Binary1111111110010010100100101011101110101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9212; }

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

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

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

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

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

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

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

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