#F6880B

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

Shades of Tangerine #F6880B

Tints of Tangerine #F6880B

Color information

#F6880B (or 0xF6880B) is unknown color: approx Tangerine. HEX triplet: F6, 88 and 0B. RGB value is (246,136,11). Sum of RGB (Red+Green+Blue) = 246+136+11=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6880B is #0977F4. Grayscale: #9B9B9B. Windows color (decimal): -620533 or 755958. OLE color: 755958.

HSL color Cylindrical-coordinate representation of color #F6880B: hue angle of 31.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6880B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24613611-
CMYK00.450.960.04
HSL31.91º92.89%50.39%-
HSV(B)31.91º95.53%96.47%-
XYZ46.8737.235.03-
YUV154.6446.94193.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.60%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 11 (4.69% from 255) = 2.80%
R=62.60%
G=34.61%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461361100.450.960.0431.9192.8950.39
HexF688B02D604205d32
Octal3662101305514044013562
Binary11110110100010001011010110111000001001000001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6880B; }

 p { color: rgb(246,136,11); }

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

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

 a { background-color: rgb(246,136,11); }

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

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

 span { border-color: rgb(246,136,11); }

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