#FB9013

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

Shades of Dark Orange #FB9013

Tints of Dark Orange #FB9013

Color information

#FB9013 (or 0xFB9013) is unknown color: approx Dark Orange. HEX triplet: FB, 90 and 13. RGB value is (251,144,19). Sum of RGB (Red+Green+Blue) = 251+144+19=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9013 is #046FEC. Grayscale: #A2A2A2. Windows color (decimal): -290797 or 1282299. OLE color: 1282299.

HSL color Cylindrical-coordinate representation of color #FB9013: hue angle of 32.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB9013 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25114419-
CMYK00.430.920.02
HSL32.33º96.67%52.94%-
HSV(B)32.33º92.43%98.43%-
XYZ49.8740.55.81-
YUV161.7447.45191.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.63%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 19 (7.81% from 255) = 4.59%
R=60.63%
G=34.78%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511441900.430.920.0232.3396.6752.94
HexFB901302B5C2206135
Octal3732202305313424014165
Binary11111011100100001001101010111011100101000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9013; }

 p { color: rgb(251,144,19); }

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

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

 a { background-color: rgb(251,144,19); }

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

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

 span { border-color: rgb(251,144,19); }

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