#F3880C

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

Shades of Tangerine #F3880C

Tints of Tangerine #F3880C

Color information

#F3880C (or 0xF3880C) is unknown color: approx Tangerine. HEX triplet: F3, 88 and 0C. RGB value is (243,136,12). Sum of RGB (Red+Green+Blue) = 243+136+12=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F3880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3880C is #0C77F3. Grayscale: #9A9A9A. Windows color (decimal): -817140 or 821491. OLE color: 821491.

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

Color convert

RGB24313612-
CMYK00.440.950.05
HSL32.21º90.59%50%-
HSV(B)32.21º95.06%95.29%-
XYZ45.8336.695.01-
YUV153.8647.95191.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.15%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 3.07%
R=62.15%
G=34.78%
B=3.07%

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
Decimal2431361200.440.950.0532.2190.5950
HexF388C02C5F5205b32
Octal3632101405413754013362
Binary11110011100010001100010110010111111011000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3880C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3880C; }

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

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

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

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

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

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

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

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