#FB9E1E

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

Shades of Dark Tangerine #FB9E1E

Tints of Dark Tangerine #FB9E1E

Color information

#FB9E1E (or 0xFB9E1E) is unknown color: approx Dark Tangerine. HEX triplet: FB, 9E and 1E. RGB value is (251,158,30). Sum of RGB (Red+Green+Blue) = 251+158+30=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E1E is #0461E1. Grayscale: #ABABAB. Windows color (decimal): -287202 or 2006779. OLE color: 2006779.

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

Color convert

RGB25115830-
CMYK00.370.880.02
HSL34.75º96.51%55.1%-
HSV(B)34.75º88.05%98.43%-
XYZ52.2445.067.17-
YUV171.2148.31184.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.18%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=57.18%
G=35.99%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511583000.370.880.0234.7596.5155.1
HexFB9E1E025582236137
Octal3732363604513024314167
Binary11111011100111101111001001011011000101000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9E1E; }

 p { color: rgb(251,158,30); }

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

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

 a { background-color: rgb(251,158,30); }

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

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

 span { border-color: rgb(251,158,30); }

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