#F18E0A

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

Shades of Tangerine #F18E0A

Tints of Tangerine #F18E0A

Color information

#F18E0A (or 0xF18E0A) is unknown color: approx Tangerine. HEX triplet: F1, 8E and 0A. RGB value is (241,142,10). Sum of RGB (Red+Green+Blue) = 241+142+10=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18E0A is #0E71F5. Grayscale: #9D9D9D. Windows color (decimal): -946678 or 691953. OLE color: 691953.

HSL color Cylindrical-coordinate representation of color #F18E0A: hue angle of 34.29º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F18E0A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24114210-
CMYK00.410.960.05
HSL34.29º92.03%49.22%-
HSV(B)34.29º95.85%94.51%-
XYZ4638.075.21-
YUV156.5545.3188.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=61.32%
G=36.13%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411421000.410.960.0534.2992.0349.22
HexF18EA029605225c31
Octal3612161205114054213461
Binary11110001100011101010010100111000001011000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E0A; }

 p { color: rgb(241,142,10); }

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

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

 a { background-color: rgb(241,142,10); }

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

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

 span { border-color: rgb(241,142,10); }

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