#f9860f

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

Shades of Tangerine #F9860F

Tints of Tangerine #F9860F

Color information

#F9860F (or 0xF9860F) is unknown color: approx Tangerine. HEX triplet: F9, 86 and 0F. RGB value is (249,134,15). Sum of RGB (Red+Green+Blue) = 249+134+15=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9860F is #0679F0. Grayscale: #9B9B9B. Windows color (decimal): -424433 or 1017593. OLE color: 1017593.

HSL color Cylindrical-coordinate representation of color #F9860F: hue angle of 30.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9860F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB24913415-
CMYK00.460.940.02
HSL30.51º95.12%51.76%-
HSV(B)30.51º93.98%97.65%-
XYZ47.6837.225.12-
YUV154.8249.1195.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.56%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 15 (6.25% from 255) = 3.77%
R=62.56%
G=33.67%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491341500.460.940.0230.5195.1251.76
HexF986F02E5E21f5f34
Octal3712061705613623713764
Binary111110011000011011110101110101111010111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9860f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9860f; }

 p { color: rgb(249,134,15); }

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

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

 a { background-color: rgb(249,134,15); }

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

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

 span { border-color: rgb(249,134,15); }

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