#F18D0F

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

Shades of Tangerine #F18D0F

Tints of Tangerine #F18D0F

Color information

#F18D0F (or 0xF18D0F) is unknown color: approx Tangerine. HEX triplet: F1, 8D and 0F. RGB value is (241,141,15). Sum of RGB (Red+Green+Blue) = 241+141+15=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D0F is #0E72F0. Grayscale: #9D9D9D. Windows color (decimal): -946929 or 1019377. OLE color: 1019377.

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

Color convert

RGB24114115-
CMYK00.410.940.05
HSL33.45º88.98%50.2%-
HSV(B)33.45º93.78%94.51%-
XYZ45.8937.795.33-
YUV156.5448.13188.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 15 (6.25% from 255) = 3.78%
R=60.71%
G=35.52%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411411500.410.940.0533.4588.9850.2
HexF18DF0295E5215932
Octal3612151705113654113162
Binary11110001100011011111010100110111101011000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D0F; }

 p { color: rgb(241,141,15); }

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

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

 a { background-color: rgb(241,141,15); }

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

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

 span { border-color: rgb(241,141,15); }

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