#F3870C

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

Shades of Tangerine #F3870C

Tints of Tangerine #F3870C

Color information

#F3870C (or 0xF3870C) is unknown color: approx Tangerine. HEX triplet: F3, 87 and 0C. RGB value is (243,135,12). Sum of RGB (Red+Green+Blue) = 243+135+12=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3870C is #0C78F3. Grayscale: #999999. Windows color (decimal): -817396 or 821235. OLE color: 821235.

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

Color convert

RGB24313512-
CMYK00.440.950.05
HSL31.95º90.59%50%-
HSV(B)31.95º95.06%95.29%-
XYZ45.6936.414.97-
YUV153.2748.28192-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.31%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 12 (5.08% from 255) = 3.08%
R=62.31%
G=34.62%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431351200.440.950.0531.9590.5950
HexF387C02C5F5205b32
Octal3632071405413754013362
Binary11110011100001111100010110010111111011000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3870C; }

 p { color: rgb(243,135,12); }

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

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

 a { background-color: rgb(243,135,12); }

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

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

 span { border-color: rgb(243,135,12); }

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