#F1880F

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

Shades of Tangerine #F1880F

Tints of Tangerine #F1880F

Color information

#F1880F (or 0xF1880F) is unknown color: approx Tangerine. HEX triplet: F1, 88 and 0F. RGB value is (241,136,15). Sum of RGB (Red+Green+Blue) = 241+136+15=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1880F is #0E77F0. Grayscale: #9A9A9A. Windows color (decimal): -948209 or 1018097. OLE color: 1018097.

HSL color Cylindrical-coordinate representation of color #F1880F: hue angle of 32.12º 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 #F1880F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24113615-
CMYK00.440.940.05
HSL32.12º88.98%50.2%-
HSV(B)32.12º93.78%94.51%-
XYZ45.1736.345.09-
YUV153.649.79190.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 15 (6.25% from 255) = 3.83%
R=61.48%
G=34.69%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411361500.440.940.0532.1288.9850.2
HexF188F02C5E5205932
Octal3612101705413654013162
Binary11110001100010001111010110010111101011000001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1880F; }

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

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

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

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

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

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

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

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