#FB9613

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

Shades of Dark Tangerine #FB9613

Tints of Dark Tangerine #FB9613

Color information

#FB9613 (or 0xFB9613) is unknown color: approx Dark Tangerine. HEX triplet: FB, 96 and 13. RGB value is (251,150,19). Sum of RGB (Red+Green+Blue) = 251+150+19=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9613 is #0469EC. Grayscale: #A5A5A5. Windows color (decimal): -289261 or 1283835. OLE color: 1283835.

HSL color Cylindrical-coordinate representation of color #FB9613: hue angle of 33.88º 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 #FB9613 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25115019-
CMYK00.400.920.02
HSL33.88º96.67%52.94%-
HSV(B)33.88º92.43%98.43%-
XYZ50.8142.376.12-
YUV165.2645.46189.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.76%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 19 (7.81% from 255) = 4.52%
R=59.76%
G=35.71%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511501900.400.920.0233.8896.6752.94
HexFB96130285C2226135
Octal3732262305013424214165
Binary11111011100101101001101010001011100101000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9613; }

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

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

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

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

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

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

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

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