#FB9101

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

Shades of Dark Orange #FB9101

Tints of Dark Orange #FB9101

Color information

#FB9101 (or 0xFB9101) is unknown color: approx Dark Orange. HEX triplet: FB, 91 and 01. RGB value is (251,145,1). Sum of RGB (Red+Green+Blue) = 251+145+1=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9101 is #046EFE. Grayscale: #A0A0A0. Windows color (decimal): -290559 or 102907. OLE color: 102907.

HSL color Cylindrical-coordinate representation of color #FB9101: hue angle of 34.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB9101 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB2511451-
CMYK00.421.000.02
HSL34.56º99.21%49.41%-
HSV(B)34.56º99.6%98.43%-
XYZ49.9140.765.27-
YUV160.2838.12192.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.22%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=63.22%
G=36.52%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251145100.421.000.0234.5699.2149.41
HexFB91102A642236331
Octal373221105214424314361
Binary1111101110010001101010101100100101000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9101; }

 p { color: rgb(251,145,1); }

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

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

 a { background-color: rgb(251,145,1); }

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

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

 span { border-color: rgb(251,145,1); }

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