#F58B0B

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

Shades of Tangerine #F58B0B

Tints of Tangerine #F58B0B

Color information

#F58B0B (or 0xF58B0B) is unknown color: approx Tangerine. HEX triplet: F5, 8B and 0B. RGB value is (245,139,11). Sum of RGB (Red+Green+Blue) = 245+139+11=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58B0B is #0A74F4. Grayscale: #9C9C9C. Windows color (decimal): -685301 or 756725. OLE color: 756725.

HSL color Cylindrical-coordinate representation of color #F58B0B: hue angle of 32.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F58B0B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24513911-
CMYK00.430.960.04
HSL32.82º92.13%50.2%-
HSV(B)32.82º95.51%96.08%-
XYZ46.9537.95.16-
YUV156.146.12191.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.03%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 11 (4.69% from 255) = 2.78%
R=62.03%
G=35.19%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451391100.430.960.0432.8292.1350.2
HexF58BB02B604215c32
Octal3652131305314044113462
Binary11110101100010111011010101111000001001000011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58B0B; }

 p { color: rgb(245,139,11); }

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

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

 a { background-color: rgb(245,139,11); }

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

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

 span { border-color: rgb(245,139,11); }

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