#F18705

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

Shades of Tangerine #F18705

Tints of Tangerine #F18705

Color information

#F18705 (or 0xF18705) is unknown color: approx Tangerine. HEX triplet: F1, 87 and 05. RGB value is (241,135,5). Sum of RGB (Red+Green+Blue) = 241+135+5=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F18705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18705 is #0E78FA. Grayscale: #989898. Windows color (decimal): -948475 or 362481. OLE color: 362481.

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

Color convert

RGB2411355-
CMYK00.440.980.05
HSL33.05º95.93%48.24%-
HSV(B)33.05º97.93%94.51%-
XYZ44.9736.044.73-
YUV151.8745.12191.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.25%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 5 (2.34% from 255) = 1.31%
R=63.25%
G=35.43%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241135500.440.980.0533.0595.9348.24
HexF187502C625216030
Octal361207505414254114060
Binary1111000110000111101010110011000101011000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18705; }

 p { color: rgb(241,135,5); }

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

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

 a { background-color: rgb(241,135,5); }

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

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

 span { border-color: rgb(241,135,5); }

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