#F18B0D

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

Shades of Tangerine #F18B0D

Tints of Tangerine #F18B0D

Color information

#F18B0D (or 0xF18B0D) is unknown color: approx Tangerine. HEX triplet: F1, 8B and 0D. RGB value is (241,139,13). Sum of RGB (Red+Green+Blue) = 241+139+13=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18B0D is #0E74F2. Grayscale: #9B9B9B. Windows color (decimal): -947443 or 887793. OLE color: 887793.

HSL color Cylindrical-coordinate representation of color #F18B0D: hue angle of 33.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F18B0D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB24113913-
CMYK00.420.950.05
HSL33.16º89.76%49.8%-
HSV(B)33.16º94.61%94.51%-
XYZ45.5837.25.16-
YUV155.1347.79189.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 13 (5.47% from 255) = 3.31%
R=61.32%
G=35.37%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411391300.420.950.0533.1689.7649.8
HexF18BD02A5F5215a32
Octal3612131505213754113262
Binary11110001100010111101010101010111111011000011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18B0D; }

 p { color: rgb(241,139,13); }

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

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

 a { background-color: rgb(241,139,13); }

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

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

 span { border-color: rgb(241,139,13); }

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